1.2.1168. String¶
Strings in PHP. Strings are part of the core of PHP, and are not a separate extension.
<?php
$str = "Mary Had A Little Lamb and She LOVED It So";
$str = strtolower($str);
echo $str; // Prints mary had a little lamb and she loved it so
?>
See also String functions.
1.2.1168.1. Connex PHP features¶
1.2.1168.1.1. Specs¶
Short name |
Extensions/Extstring |
Rulesets |
|
Exakat since |
0.9.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |