Wednesday, November 12, 2008

Question: How can I execute a PHP script using command line?

Question: How can I execute a PHP script using command line?
Answer:
For command line‚ we have to use php CLI(command line interface).

No comments:

Kubernetes in one shotcat

root@srv509172:~# cat kind1/config.yaml   kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane   image: kindest/nod...