Searched refs:ISOtime (Results 1 – 1 of 1) sorted by relevance
361 * @param string $ISOtime367 $UNIXyear = (int) substr($ISOtime, 0, 4);368 $UNIXmonth = (int) substr($ISOtime, 4, 2);381 * @param string $ISOtime385 public function ISOtime2UNIXtime($ISOtime) { argument395 $UNIXyear = ord($ISOtime[0]) + 1900;396 $UNIXmonth = ord($ISOtime[1]);397 $UNIXday = ord($ISOtime[2]);398 $UNIXhour = ord($ISOtime[3]);399 $UNIXminute = ord($ISOtime[4]);[all …]