Wednesday, November 12, 2008

Question: What is meant by nl2br()?

Question: What is meant by nl2br()? Answer:
nl2br() inserts html in string.

Example: echo nl2br(”god bless \n you”);
output: god bless you

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