phpNow

phpNow ( string command ) : string

Execute now PHP code and return what is printed.
Do not forget ; at the end of commands to respect the PHP syntax.

Example

Find the IP of the server.
ipServeur=phpNow('echo $_SERVER["LOCAL_ADDR"];')


See also

php
phpNowJson

Parameters

command