Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16567 программистов и 1692 робота. Сейчас ищут 1609 программистов ...
Console_CommandLine
Вернуться к: Консоль
Console_CommandLine is a full featured package for managing command line options and arguments highly inspired from the python optparse module, it allows the developer to easily build complex command line interfaces.
- Introduction — introduction to the Console_CommandLine package
- Creating the parser — how to create a parser using PHP code or an XML definition file
- Managing command line options — how to add options to the parser and use them.
- Managing command line arguments — how to add arguments to the parser and use them
- Managing command line sub-commands — how to add sub-commands to the parser and use them
- Extending Console_CommandLine — how to customize this package to achieve specific tasks
- Using Console_CommandLine in web environments — How to use the same script from your browser
- Examples — various code examples
Вернуться к: Консоль