Skip to content

MohanKrishnaBade/php-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-cli

it's a cli tool for php documentation.

How to use

  1. find an executable file depend upon your current operating system.

mac Users

  1. clone repo first
  2. cd into the folder
  3. run php-cli to get the list of available commands.
  4. to get the list of array/string functions
    1. run php-cli ws array
    2. run php-cli ws string
  5. to get more details about the specific array/string function
    1. run php-cli ws array asort
    2. run php-cli ws string strlen

sample output Images.

Alt text Alt text

Releases

No releases published

Packages

No packages published

Languages