ALIAS

sxfile()

ShortPHP reference for simplexml_load_file().

Signature

simplexml_load_file(string $filename, ?string $class_name = null, int $options = 0, string $namespace_or_prefix = "", bool $is_prefix = false): SimpleXMLElement|false

Example

sxfile(...);

PHP equivalent

simplexml_load_file() is the canonical PHP function. ShortPHP provides sxfile() as the convenience alias.

Extension: SimpleXML

Official PHP manual ↗

Reference navigation

Previous: real()

Next: sxload()

Back to reference