string parse(string $value, int $position = null)
Parse string to a timestamp value.
string parse(string $value, int $position = null)
Parse string to a timestamp value.
string | $value | String to convert to a time value |
int | $position | Not supported. Position at which to start the parsing in $value (zero-based) If no error occurs before $value is consumed, $parsepos will contain -1 otherwise it will contain the position at which parsing ended. If $parsepos > strlen($value), the parse fails immediately. |
string | Parsed value as a timestamp |
MethodArgumentNotImplementedException | When $position different than null, behavior not implemented |
http://www.php.net/manual/en/intldateformatter.parse.php |
Designed by : w10schools
service@w10schools.com
Please login to continue.