AMFReader::readDate()
{} It's a method of the class: AMFReader{}
No Hooks.
Return
float|false
.
Usage
$AMFReader = new AMFReader(); $AMFReader->readDate();
Code of AMFReader::readDate() AMFReader::readDate WP 6.0
public function readDate() { $timestamp = $this->stream->readDouble(); $timezone = $this->stream->readInt(); return $timestamp; }