<?php $string = 'The lazy fox jumped over the fence'; if (str_ends_with($string, 'fence')) { echo "The string ends with 'fence'\n"; }
確定! 回上一頁