Wednesday, November 12, 2008

Question: What are the different types of errors in PHP?

Question: What are the different types of errors in PHP?

Answer:
Three are three types of errors:

1) Fatal errors.

2) Parser errors.

3) Startup errors.

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...