Skip to content

Latest commit

 

History

History

php

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

php

Interpreted language, in order to run the code you must have a *nix computer if it is Linux it will likely have php installed.

On Windows later versions of Windows 10 have a unix subsystem which may come with php

Install (only on older versions of Windows)

Compile / interpret

# source in fn.php
chmod +x fn.sh
./fn.php
# or
php fn.php

Reference(s)

Learning