Answers for "php variable is a string"

PHP
3

php is string

is_string($var)
Posted by: Guest on June-10-2020
0

PHP Variable in String

phpCopy#php 7.x
<?php
$prefix = "Comfort";
$suffix = "able";
echo "{$prefix}{$suffix}";
?>
Posted by: Guest on April-23-2021

Browse Popular Code Answers by Language