PHP
Less than 1 minute
PHP
Facade for parsing PHP source files into structured parser objects.
class PHPMethods
__construct
Creates a PHP parser facade instance.
public __construct(): voidparse
Parses a PHP file path and returns its parsed representation.
public parse(string $filename): ?ParserFileParameters
| Parameter | Type | Description |
|---|---|---|
$filename | string | path to the PHP file |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000