-
FAQ
- Forum Search
- Community
- Online Manual
- Support Helpers of the Month
- Function Database
xmlArray::set
Description
Returns an array of xmlArray's matching the specified path.
Syntax
array xmlArray::set (string $path)
Parameter $path
Expected type: String
Description: A path to search for
Return value
Expected type: Array
Description: An array of xmlArray objects
Notes
- Differs from xmlArray::path($path, true) in that it returns an array of xmlArray's for use with foreach.
- Example: foreach($xmlArray->set('html/body/p') AS $p)
Advertisement:- Help | Terms and Rules | Go Up ▲
- Copyright © 2022 Simple Machines. All Rights Reserved.
- Page created in 0.036 seconds with 13 queries.
- Forum Search