|
IntlDateFormatter::parsedatefmt_parse文字列をパースしてタイムスタンプにする 説明オブジェクト指向型
public intfloatfalse IntlDateFormatter::parse(string
$string , int &$offset = null )手続き型 intfloatfalse datefmt_parse(IntlDateFormatter
$formatter , string $string , int &$offset = null )
パラメータ
戻り値
タイムスタンプとしてパースされた値を返します。
パースできなかった場合は 例例1 オブジェクト指向の例
例2 datefmt_parse の例
上の例の出力は以下となります。 First parsed output is 630201600 Second parsed output is 630201600 参考
|