-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/scripts/dev/generate-phpt/src/codeSnippets/
File Upload :
Current File : //usr/src/php/scripts/dev/generate-phpt/src/codeSnippets/string.txt

$heredoc = <<<EOT
hello world
EOT;

$variation_array = array(
  'string DQ' => "string",
  'string SQ' => 'string',
  'mixed case string' => "sTrInG",
  'heredoc' => $heredoc,
  );

Copyright © 2017 || Recoded By Mr.Bumblebee