The way I understand PHP CLI is: it's no longer using a webserver ( which apache in most common setup)? Am I right about this? so if I run a php via CLI it will no longer call apache to trigger PHP, it instead calling the PHP directly.
Thanks for the help!