Documentation
¶
Overview ¶
Package list builds a markdown inventory of PHP routes, files and classes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandFiles ¶
ExpandFiles resolves path arguments to a sorted list of PHP file paths. Path forms match Go's package patterns:
- "." or "dir" — .php/.phpt files in that directory only (non-recursive)
- "./..." or "dir/..." — that directory and all subdirectories
- "file.php" — that file
When paths is empty, "." is used.
Types ¶
Click to show internal directories.
Click to hide internal directories.