-
Notifications
You must be signed in to change notification settings - Fork 0
API CommandLine
Christophe SAUVEUR edited this page Sep 29, 2024
·
2 revisions
final class CommandLine
Command-line invocation handling class. Eases the use of the framework with command-line scripts
Since 1.0
public static function isCLI(): bool
Tells if PHP is running on the command-line interface (CLI) server API
Since 1.0
boolean
true is the current server API is the command-line interface, false either
Getting Started | Framework Reference | API Reference | MFX is released under the MIT license