To split a string into a first and last name, you can use a space " " as the delimiter. Here's an example: <?php // Define a string with the full name $name ...
確定! 回上一頁