移動先: 概要 戻り値 関連項目. MEL 例.
int startsWith(string $s, string $prefix)
なし
startsWith("abc", "ab"); // Result: 1 // startsWith("abc", "bc"); // Result: 0 // startsWith("abc", ""); // Result: 1 //