// Label: の後に書いてある文字列を取得する if (mb_strpos($line, “Label:”) !== false) { $str = mb_substr($line, mb_strpos($line, “Label:”) + strlen(“Label:“)); }
Post a Comment
No comments:
Post a Comment