Core
strings
Reference for PHP strings
Definition
strings in PHP.
Syntax
<?php
// syntax for strings
Example
<?php
echo "Using strings";
Try It Yourself
Test it out in the Playground.
Reference for PHP strings
strings in PHP.
<?php
// syntax for strings
<?php
echo "Using strings";
Test it out in the Playground.