SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

cURL
A seriedade dos acontecimentos da minha época.
Me enche de esperança.
Karl Marx
< SQL Based | PHP & CLI | PHP & cURL >

CLI: Command Line Interface

With a Suitable Pipe

PHP Listing: ../CLI.php.
global $cli_bin;
$cli_bin="/usr/bin/cli";

function cURL_Exec($args)
{
   $cli_args=Hash_2_CLI($args);

   global $cli_bin;
   $command=$cli_bin." ".$cli_args;

   $result=System_Pipe($command);

   return $result; //text
}
< SQL Based | PHP & CLI | PHP & cURL >
Messages:
0 secs.