Articles → PHP → Strchr Function In Php
Strchr Function In Php
Purpose
Example
<!DOCTYPE html>
<html>
<body>
<?php
echo strchr("strchr function is an alias of strstr function!","alias");
?>
</body>
</html>
Output
Click to Enlarge
Posted By - | Karan Gupta |
|
Posted On - | Monday, November 2, 2020 |