Answers for "substr in pho"

PHP
6

substr php

<?php
// Return "world" from the string:
echo substr("Hello world", 6);
?>
Posted by: Guest on January-08-2021

Browse Popular Code Answers by Language