str.endswith
対象文字列が指定した文字列で終わっていればtrueを返し、そうでなければfalseを返します。
定義
str.endswith(source, text)
戻り値
bool: 判定結果
Notice: Undefined offset: 0 in /home/tradetech1/tradetech.online/public_html/wp-content/themes/swell/classes/Utility/Get.php on line 805
対象文字列が指定した文字列で終わっていればtrueを返し、そうでなければfalseを返します。
str.endswith(source, text)
bool: 判定結果