$64 GRAYBYTE WORDPRESS FILE MANAGER $44

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/home/bqrcodec/contact.groupg.com.sg/wp-includes/IXR/

HOME
Current File : /home/bqrcodec/contact.groupg.com.sg/wp-includes/IXR//class-IXR-date.php
<?php

/**
 * IXR_Date
 *
 * @package IXR
 * @since 1.5.0
 */
class IXR_Date {
    var $year;
    var $month;
    var $day;
    var $hour;
    var $minute;
    var $second;
    var $timezone;

	/**
	 * PHP5 constructor.
	 */
    function __construct( $time )
    {
        // $time can be a PHP timestamp or an ISO one
        if (is_numeric($time)) {
            $this->parseTimestamp($time);
        } else {
            $this->parseIso($time);
        }
    }

	/**
	 * PHP4 constructor.
	 */
	public function IXR_Date( $time ) {
		self::__construct( $time );
	}

    function parseTimestamp($timestamp)
    {
        $this->year = gmdate('Y', $timestamp);
        $this->month = gmdate('m', $timestamp);
        $this->day = gmdate('d', $timestamp);
        $this->hour = gmdate('H', $timestamp);
        $this->minute = gmdate('i', $timestamp);
        $this->second = gmdate('s', $timestamp);
        $this->timezone = '';
    }

    function parseIso($iso)
    {
        $this->year = substr($iso, 0, 4);
        $this->month = substr($iso, 4, 2);
        $this->day = substr($iso, 6, 2);
        $this->hour = substr($iso, 9, 2);
        $this->minute = substr($iso, 12, 2);
        $this->second = substr($iso, 15, 2);
        $this->timezone = substr($iso, 17);
    }

    function getIso()
    {
        return $this->year.$this->month.$this->day.'T'.$this->hour.':'.$this->minute.':'.$this->second.$this->timezone;
    }

    function getXml()
    {
        return '<dateTime.iso8601>'.$this->getIso().'</dateTime.iso8601>';
    }

    function getTimestamp()
    {
        return mktime($this->hour, $this->minute, $this->second, $this->month, $this->day, $this->year);
    }
}

Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0755
wp-site
--
18 Mar 2026 5.50 AM
bqrcodec / bqrcodec
0755
class-IXR-base64.php
0.404 KB
6 Jun 2024 10.38 AM
bqrcodec / bqrcodec
0644
class-IXR-client.php
4.675 KB
6 Jun 2024 10.38 AM
bqrcodec / bqrcodec
0644
class-IXR-clientmulticall.php
1.233 KB
6 Jun 2024 10.38 AM
bqrcodec / bqrcodec
0644
class-IXR-date.php
1.651 KB
6 Jun 2024 10.38 AM
bqrcodec / bqrcodec
0644
class-IXR-error.php
0.834 KB
6 Jun 2024 10.38 AM
bqrcodec / bqrcodec
0644
class-IXR-introspectionserver.php
5.24 KB
4 Dec 2025 5.12 AM
bqrcodec / bqrcodec
0644
class-IXR-message.php
8.212 KB
4 Dec 2025 5.12 AM
bqrcodec / bqrcodec
0644
class-IXR-request.php
0.905 KB
6 Jun 2024 10.38 AM
bqrcodec / bqrcodec
0644
class-IXR-server.php
6.609 KB
4 Dec 2025 5.12 AM
bqrcodec / bqrcodec
0644
class-IXR-value.php
3.701 KB
6 Jun 2024 10.38 AM
bqrcodec / bqrcodec
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF