PHP 與 CLI

 

 


行外部的cmd

 

index.php

<?php passthru("uname -n"); ?>

php index.php

 


停用某些 modules

php -d apc.enabled=0 cron.php

 

 

Creative Commons license icon Creative Commons license icon