gilsonfilho

Untitled

Jun 23rd, 2021
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. //********** ESCALARES **********/
  3. // string
  4. $nome = "Olá mundo";
  5. var_dump($nome);
  6. if(is_string($nome)):
  7.    echo "é uma string";
  8. else:
Advertisement
Add Comment
Please, Sign In to add comment