PHP NULL value


SUBMITTED BY: henry1874w

DATE: June 4, 2017, 8:19 p.m.

FORMAT: Text only

SIZE: 113 Bytes

HITS: 311

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. $x = "Hello world!";
  6. $x = null;
  7. var_dump($x);
  8. ?>
  9. </body>
  10. </html>

comments powered by Disqus