- Kint
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "189"$arSection['ID']
- ⇄~ID => string (3) "189"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "16.08.2022 11:14:43"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "16.08.2022 11:14:43"$arSection['~TIMESTAMP_X']
- ⇄MODIFIED_BY => string (1) "6"$arSection['MODIFIED_BY']
- ⇄~MODIFIED_BY => string (1) "6"$arSection['~MODIFIED_BY']
- ⇄DATE_CREATE => string (19) "31.07.2018 12:43:24"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "31.07.2018 12:43:24"$arSection['~DATE_CREATE']
- ⇄CREATED_BY => string (1) "6"$arSection['CREATED_BY']
- ⇄~CREATED_BY => string (1) "6"$arSection['~CREATED_BY']
- ⇄IBLOCK_ID => string (2) "26"$arSection['IBLOCK_ID']
- ⇄~IBLOCK_ID => string (2) "26"$arSection['~IBLOCK_ID']
- ⇄IBLOCK_SECTION_ID => string (3) "187"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "187"$arSection['~IBLOCK_SECTION_ID']
- ⇄ACTIVE => string (1) "Y"$arSection['ACTIVE']
- ⇄~ACTIVE => string (1) "Y"$arSection['~ACTIVE']
- ⇄GLOBAL_ACTIVE => string (1) "Y"$arSection['GLOBAL_ACTIVE']
- ⇄~GLOBAL_ACTIVE => string (1) "Y"$arSection['~GLOBAL_ACTIVE']
- ⇄SORT => string (3) "140"$arSection['SORT']
- ⇄~SORT => string (3) "140"$arSection['~SORT']
- ⇄NAME => UTF-8 string (30) "Laminēšanas ierīces, piederumi"$arSection['NAME']
- ⇄~NAME => UTF-8 string (30) "Laminēšanas ierīces, piederumi"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (5) "40374"$arSection['PICTURE']['ID']
- ⇄⧉TIMESTAMP_X => Bitrix\Main\Type\DateTime (1)$arSection['PICTURE']['TIMESTAMP_X']
- Properties
- Available methods (26)
- toString
- ⧉protected value -> DateTime (3) 2018-11-30 18:59:39+02:00 EET
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2018-11-30 18:59:39.000000"
- public timezone_type -> integer 3
- public timezone -> string (11) "Europe/Riga"
- public getTimezone()
- public getTimestamp()
- public setTimestamp($unixtimestamp)
- public setDate($year, $month, $day)
- public getOffset()
- public setTimezone($timezone)
- public sub($interval)
- public __wakeup()
- public add($interval)
- public modify($modify)
- public format($format)
- public diff($object, $absolute)
- ⇄public static getLastErrors()\DateTime::getLastErrors()
- ⇄public static createFromFormat($format, $time, DateTimeZone $object)\DateTime::createFromFormat($format, $time, DateTimeZone $object)
- ⇄public static createFromImmutable($DateTimeImmutable)\DateTime::createFromImmutable($DateTimeImmutable)
- public static __set_state(array $array)
- ⇄const ATOM :: string (13) "Y-m-d\TH:i:sP"\DateTime::ATOM
- ⇄const COOKIE :: string (16) "l, d-M-Y H:i:s T"\DateTime::COOKIE
- ⇄const ISO8601 :: string (13) "Y-m-d\TH:i:sO"\DateTime::ISO8601
- ⇄const RFC822 :: string (16) "D, d M y H:i:s O"\DateTime::RFC822
- ⇄const RFC850 :: string (16) "l, d-M-y H:i:s T"\DateTime::RFC850
- ⇄const RFC1036 :: string (16) "D, d M y H:i:s O"\DateTime::RFC1036
- ⇄const RFC1123 :: string (16) "D, d M Y H:i:s O"\DateTime::RFC1123
- ⇄const RFC7231 :: string (21) "D, d M Y H:i:s \G\M\T"\DateTime::RFC7231
- ⇄const RFC2822 :: string (16) "D, d M Y H:i:s O"\DateTime::RFC2822
- ⇄const RFC3339 :: string (13) "Y-m-d\TH:i:sP"\DateTime::RFC3339
- ⇄const RFC3339_EXTENDED :: string (15) "Y-m-d\TH:i:s.vP"\DateTime::RFC3339_EXTENDED
- ⇄const RSS :: string (16) "D, d M Y H:i:s O"\DateTime::RSS
- ⇄const W3C :: string (13) "Y-m-d\TH:i:sP"\DateTime::W3C
- ⇄const ATOM :: string (13) "Y-m-d\TH:i:sP"
- ⇄⧉public __construct($time = null, $format = null, DateTimeZone $timezone = null)new \Bitrix\Main\Type\DateTime($time = null, $format = null, DateTimeZone $timezone = null)
/** * @param string $time String representation of datetime. * @param string $format PHP datetime format. If not specified, the format is got from the current culture. * @param \DateTimeZone $timezone Optional timezone object. * * @throws Main\ObjectException */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:16
- ⇄⧉public toString(Bitrix\Main\Context\Culture $culture = null): string Converts date to string, using Culture and global timezone settings.$arSection['PICTURE']['TIMESTAMP_X']->toString(Bitrix\Main\Context\Culture $culture = null)
/** * Converts date to string, using Culture and global timezone settings. * * @param Context\Culture $culture Culture contains datetime format. * * @return string */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:82
- ⇄⧉public getTimeZone(): \DateTimeZone Returns timezone object.$arSection['PICTURE']['TIMESTAMP_X']->getTimeZone()
/** * Returns timezone object. * * @return \DateTimeZone */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:103
- ⇄⧉public setTimeZone(DateTimeZone $timezone): DateTime Sets timezone object.$arSection['PICTURE']['TIMESTAMP_X']->setTimeZone(DateTimeZone $timezone)
/** * Sets timezone object. * * @param \DateTimeZone $timezone Timezone object. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:115
- ⇄⧉public setDefaultTimeZone(): DateTime Sets default timezone.$arSection['PICTURE']['TIMESTAMP_X']->setDefaultTimeZone()
/** * Sets default timezone. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:126
- ⇄⧉public setTime($hour, $minute, $second0, $microseconds0): DateTime$arSection['PICTURE']['TIMESTAMP_X']->setTime($hour, $minute, $second0, $microseconds0)
/** * @param int $hour Hour value. * @param int $minute Minute value. * @param int $second Second value. * @param int $microseconds Microseconds value. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:141
- ⇄⧉public toUserTime(): DateTime Changes time from server time to user time using global timezone settings.$arSection['PICTURE']['TIMESTAMP_X']->toUserTime()
/** * Changes time from server time to user time using global timezone settings. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:152
- ⇄⧉public format($format): string Formats date value to string.$arSection['PICTURE']['TIMESTAMP_X']->format($format)
/** * Formats date value to string. * * @param string $format PHP date format. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:109
- ⇄⧉public __clone(): void Produces the copy of the object.clone $arSection['PICTURE']['TIMESTAMP_X']
/** * Produces the copy of the object. * * @return void */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:119
- ⇄⧉public add($interval): $this Performs dates arithmetic.$arSection['PICTURE']['TIMESTAMP_X']->add($interval)
/** * Performs dates arithmetic. * * Each duration period is represented by an integer value followed by a period * designator. If the duration contains time elements, that portion of the * specification is preceded by the letter T. * Period Designators: Y - years, M - months, D - days, W - weeks, H - hours, * M - minutes, S - seconds. * Examples: two days - 2D, two seconds - T2S, six years and five minutes - 6YT5M. * The unit types must be entered from the largest scale unit on the left to the * smallest scale unit on the right. * Use first "-" char for negative periods. * OR * Relative period. * Examples: "+5 weeks", "12 day", "-7 weekdays", '3 months - 5 days' * * @param string $interval Time interval to add. * * @return $this */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:144
- ⇄⧉public setDate($year, $month, $day): $this Sets the current date of the DateTime object to a different date.$arSection['PICTURE']['TIMESTAMP_X']->setDate($year, $month, $day)
/** * Sets the current date of the DateTime object to a different date. * @param int $year * @param int $month * @param int $day * * @return $this */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:165
- ⇄⧉public getTimestamp(): int Returns Unix timestamp from date.$arSection['PICTURE']['TIMESTAMP_X']->getTimestamp()
/** * Returns Unix timestamp from date. * * @return int */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:214
- ⇄⧉public getDiff(Bitrix\Main\Type\DateTime $time): \DateInterval Returns difference between dates.$arSection['PICTURE']['TIMESTAMP_X']->getDiff(Bitrix\Main\Type\DateTime $time)
/** * Returns difference between dates. * * @param DateTime $time * @return \DateInterval */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:225
- ⇄⧉public __toString(): string Converts a date to the string with default culture format setting.(string) $arSection['PICTURE']['TIMESTAMP_X']
/** * Converts a date to the string with default culture format setting. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:248
- ⧉protected parse($format, $time): array|bool
/** * @param string $format * @param string $time * @return array|bool */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:52
- ⧉private tryToCreateIntervalByDesignators($interval)
Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:172
- ⇄⧉public static secondsToOffset($seconds)\Bitrix\Main\Type\DateTime::secondsToOffset($seconds)
Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:67
- ⇄⧉public static createFromUserTime($timeString): DateTime Creates DateTime object from local user time using global timezone settings and ...\Bitrix\Main\Type\DateTime::createFromUserTime($timeString)
/** * Creates DateTime object from local user time using global timezone settings and default culture. * * @param string $timeString Full or short formatted time. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:177
- ⇄⧉public static createFromPhp(DateTime $datetime): static Creates DateTime object from PHP \DateTime object.\Bitrix\Main\Type\DateTime::createFromPhp(DateTime $datetime)
/** * Creates DateTime object from PHP \DateTime object. * * @param \DateTime $datetime Source object. * * @return static */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:230
- ⇄⧉public static createFromTimestamp($timestamp): static Creates DateTime object from Unix timestamp.\Bitrix\Main\Type\DateTime::createFromTimestamp($timestamp)
/** * Creates DateTime object from Unix timestamp. * * @param int $timestamp Source timestamp. * * @return static */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:244
- ⇄⧉public static tryParse($timeString, $format = null): DateTime|null Creates DateTime object from string. NULL will be returned on failure.\Bitrix\Main\Type\DateTime::tryParse($timeString, $format = null)
/** * Creates DateTime object from string. * NULL will be returned on failure. * @param string $timeString Full formatted time. * @param string $format PHP datetime format. If not specified, the format is got from the current culture. * @return DateTime|null */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:258
- ⇄⧉public static getFormat(Bitrix\Main\Context\Culture $culture = null): string Returns a date format from the culture in the php format.\Bitrix\Main\Type\Date::getFormat(Bitrix\Main\Context\Culture $culture = null)
/** * Returns a date format from the culture in the php format. * * @param Context\Culture $culture Optional culture. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:260
- ⇄⧉public static convertFormatToPhp($format): mixed Converts date format from culture to php format.\Bitrix\Main\Type\Date::convertFormatToPhp($format)
/** * Converts date format from culture to php format. * * @param string $format Format string. * * @return mixed */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:305
- ⇄⧉public static isCorrect($time, $format = null): bool Checks the string for correct date (by trying to create Date object).\Bitrix\Main\Type\Date::isCorrect($time, $format = null)
/** * Checks the string for correct date (by trying to create Date object). * * @param string $time String representation of date. * @param string $format PHP date format. If not specified, the format is got from the current culture. * * @return bool */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:355
- ⇄⧉public static createFromText($text): DateTime|null Creates Date object from Text (return array of result object) Examples: "end of ...\Bitrix\Main\Type\Date::createFromText($text)
/** * Creates Date object from Text (return array of result object) * Examples: "end of next week", "tomorrow morning", "friday 25.10" * * @param string $text * @return DateTime|null */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:413
- ⧉protected static getCultureFormat(Bitrix\Main\Context\Culture $culture = null): string Returns long (including time) date culture format.
/** * Returns long (including time) date culture format. * * @param Context\Culture $culture Culture. * * @return string */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:214
- ⇄⧉public __construct($time = null, $format = null, DateTimeZone $timezone = null)
30.11.2018 18:59:39
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "356"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "600"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (5) "68976"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/72a"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (24) "7385032_D6789E21311C.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (24) "7385032_D6789E21311C.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "6b06ae541e32b28250d60b79c1ae03b0"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (43) "/upload/iblock/72a/7385032_D6789E21311C.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (43) "/upload/iblock/72a/7385032_D6789E21311C.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (43) "/upload/iblock/72a/7385032_D6789E21311C.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => UTF-8 string (30) "Laminēšanas ierīces, piederumi"$arSection['PICTURE']['ALT']
- ⇄TITLE => UTF-8 string (30) "Laminēšanas ierīces, piederumi"$arSection['PICTURE']['TITLE']
- ⇄ID => string (5) "40374"
- ⇄~PICTURE => string (5) "40374"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "470"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "470"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "471"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "471"$arSection['~RIGHT_MARGIN']
- ⇄DEPTH_LEVEL => string (1) "2"$arSection['DEPTH_LEVEL']
- ⇄~DEPTH_LEVEL => string (1) "2"$arSection['~DEPTH_LEVEL']
- ⇄DESCRIPTION => string (0) ""$arSection['DESCRIPTION']
- ⇄~DESCRIPTION => string (0) ""$arSection['~DESCRIPTION']
- ⇄DESCRIPTION_TYPE => string (4) "text"$arSection['DESCRIPTION_TYPE']
- ⇄~DESCRIPTION_TYPE => string (4) "text"$arSection['~DESCRIPTION_TYPE']
- ⇄⧉SEARCHABLE_CONTENT => UTF-8 string (32) "LAMINĒŠANAS IERĪCES, PIEDERUMI "$arSection['SEARCHABLE_CONTENT']
LAMINĒŠANAS IERĪCES, PIEDERUMI
- ⇄⧉~SEARCHABLE_CONTENT => UTF-8 string (32) "LAMINĒŠANAS IERĪCES, PIEDERUMI "$arSection['~SEARCHABLE_CONTENT']
LAMINĒŠANAS IERĪCES, PIEDERUMI
- ⇄CODE => string (32) "lamineeshanas_ieriices_piederumi"$arSection['CODE']
- ⇄~CODE => string (32) "lamineeshanas_ieriices_piederumi"$arSection['~CODE']
- ⇄XML_ID => string (36) "e1058b75-0c57-11e6-833c-000c297a2876"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "e1058b75-0c57-11e6-833c-000c297a2876"$arSection['~XML_ID']
- ⇄TMP_ID => null$arSection['TMP_ID']
- ⇄~TMP_ID => null$arSection['~TMP_ID']
- ⇄DETAIL_PICTURE => null$arSection['DETAIL_PICTURE']
- ⇄~DETAIL_PICTURE => null$arSection['~DETAIL_PICTURE']
- ⇄SOCNET_GROUP_ID => null$arSection['SOCNET_GROUP_ID']
- ⇄~SOCNET_GROUP_ID => null$arSection['~SOCNET_GROUP_ID']
- ⇄NAME_EN => string (0) ""$arSection['NAME_EN']
- ⇄~NAME_EN => string (0) ""$arSection['~NAME_EN']
- ⇄⧉NAME_RU => UTF-8 string (49) "Ламинаторы, расходные материалы для ламинирования"$arSection['NAME_RU']
Ламинаторы, расходные материалы для ламинирования
- ⇄⧉~NAME_RU => UTF-8 string (49) "Ламинаторы, расходные материалы для ламинирования"$arSection['~NAME_RU']
Ламинаторы, расходные материалы для ламинирования
- ⇄DESCRIPTION_EN => string (0) ""$arSection['DESCRIPTION_EN']
- ⇄~DESCRIPTION_EN => string (0) ""$arSection['~DESCRIPTION_EN']
- ⇄DESCRIPTION_RU => string (0) ""$arSection['DESCRIPTION_RU']
- ⇄~DESCRIPTION_RU => string (0) ""$arSection['~DESCRIPTION_RU']
- ⇄LIST_PAGE_URL => string (8) "catalog/"$arSection['LIST_PAGE_URL']
- ⇄~LIST_PAGE_URL => string (8) "catalog/"$arSection['~LIST_PAGE_URL']
- ⇄SECTION_PAGE_URL => string (60) "/lv/catalog/biroja_tehnika/lamineeshanas_ieriices_piederumi/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (60) "/lv/catalog/biroja_tehnika/lamineeshanas_ieriices_piederumi/"$arSection['~SECTION_PAGE_URL']
- ⇄IBLOCK_TYPE_ID => string (10) "xmlcatalog"$arSection['IBLOCK_TYPE_ID']
- ⇄~IBLOCK_TYPE_ID => string (10) "xmlcatalog"$arSection['~IBLOCK_TYPE_ID']
- ⇄IBLOCK_CODE => string (14) "estore-catalog"$arSection['IBLOCK_CODE']
- ⇄~IBLOCK_CODE => string (14) "estore-catalog"$arSection['~IBLOCK_CODE']
- ⇄IBLOCK_EXTERNAL_ID => string (47) "xmlcatalog-3f9fc72e-b824-11e3-b952-d43d7e49b8c5"$arSection['IBLOCK_EXTERNAL_ID']
- ⇄~IBLOCK_EXTERNAL_ID => string (47) "xmlcatalog-3f9fc72e-b824-11e3-b952-d43d7e49b8c5"$arSection['~IBLOCK_EXTERNAL_ID']
- ⇄EXTERNAL_ID => string (36) "e1058b75-0c57-11e6-833c-000c297a2876"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "e1058b75-0c57-11e6-833c-000c297a2876"$arSection['~EXTERNAL_ID']
- ⇄RELATIVE_DEPTH_LEVEL => integer 1$arSection['RELATIVE_DEPTH_LEVEL']
- ⇄EDIT_LINK => null$arSection['EDIT_LINK']
- ⇄DELETE_LINK => null$arSection['DELETE_LINK']
- ⇄~ELEMENT_CNT => string (2) "36"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (2) "36"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "189"
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "190"$arSection['ID']
- ⇄~ID => string (3) "190"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "17.08.2022 12:21:56"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "17.08.2022 12:21:56"$arSection['~TIMESTAMP_X']
- ⇄MODIFIED_BY => string (1) "6"$arSection['MODIFIED_BY']
- ⇄~MODIFIED_BY => string (1) "6"$arSection['~MODIFIED_BY']
- ⇄DATE_CREATE => string (19) "31.07.2018 12:43:24"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "31.07.2018 12:43:24"$arSection['~DATE_CREATE']
- ⇄CREATED_BY => string (1) "6"$arSection['CREATED_BY']
- ⇄~CREATED_BY => string (1) "6"$arSection['~CREATED_BY']
- ⇄IBLOCK_ID => string (2) "26"$arSection['IBLOCK_ID']
- ⇄~IBLOCK_ID => string (2) "26"$arSection['~IBLOCK_ID']
- ⇄IBLOCK_SECTION_ID => string (3) "187"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "187"$arSection['~IBLOCK_SECTION_ID']
- ⇄ACTIVE => string (1) "Y"$arSection['ACTIVE']
- ⇄~ACTIVE => string (1) "Y"$arSection['~ACTIVE']
- ⇄GLOBAL_ACTIVE => string (1) "Y"$arSection['GLOBAL_ACTIVE']
- ⇄~GLOBAL_ACTIVE => string (1) "Y"$arSection['~GLOBAL_ACTIVE']
- ⇄SORT => string (3) "150"$arSection['SORT']
- ⇄~SORT => string (3) "150"$arSection['~SORT']
- ⇄NAME => UTF-8 string (33) "Dokumentu smalcinātāji, piederumi"$arSection['NAME']
- ⇄~NAME => UTF-8 string (33) "Dokumentu smalcinātāji, piederumi"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (5) "40375"$arSection['PICTURE']['ID']
- ⇄⧉TIMESTAMP_X => Bitrix\Main\Type\DateTime (1)$arSection['PICTURE']['TIMESTAMP_X']
- Properties
- Available methods (26)
- toString
- ⧉protected value -> DateTime (3) 2018-11-30 19:00:11+02:00 EET
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2018-11-30 19:00:11.000000"
- public timezone_type -> integer 3
- public timezone -> string (11) "Europe/Riga"
- public getTimezone()
- public getTimestamp()
- public setTimestamp($unixtimestamp)
- public setDate($year, $month, $day)
- public getOffset()
- public setTimezone($timezone)
- public sub($interval)
- public __wakeup()
- public add($interval)
- public modify($modify)
- public format($format)
- public diff($object, $absolute)
- ⇄public static getLastErrors()\DateTime::getLastErrors()
- ⇄public static createFromFormat($format, $time, DateTimeZone $object)\DateTime::createFromFormat($format, $time, DateTimeZone $object)
- ⇄public static createFromImmutable($DateTimeImmutable)\DateTime::createFromImmutable($DateTimeImmutable)
- public static __set_state(array $array)
- ⇄const ATOM :: string (13) "Y-m-d\TH:i:sP"\DateTime::ATOM
- ⇄const COOKIE :: string (16) "l, d-M-Y H:i:s T"\DateTime::COOKIE
- ⇄const ISO8601 :: string (13) "Y-m-d\TH:i:sO"\DateTime::ISO8601
- ⇄const RFC822 :: string (16) "D, d M y H:i:s O"\DateTime::RFC822
- ⇄const RFC850 :: string (16) "l, d-M-y H:i:s T"\DateTime::RFC850
- ⇄const RFC1036 :: string (16) "D, d M y H:i:s O"\DateTime::RFC1036
- ⇄const RFC1123 :: string (16) "D, d M Y H:i:s O"\DateTime::RFC1123
- ⇄const RFC7231 :: string (21) "D, d M Y H:i:s \G\M\T"\DateTime::RFC7231
- ⇄const RFC2822 :: string (16) "D, d M Y H:i:s O"\DateTime::RFC2822
- ⇄const RFC3339 :: string (13) "Y-m-d\TH:i:sP"\DateTime::RFC3339
- ⇄const RFC3339_EXTENDED :: string (15) "Y-m-d\TH:i:s.vP"\DateTime::RFC3339_EXTENDED
- ⇄const RSS :: string (16) "D, d M Y H:i:s O"\DateTime::RSS
- ⇄const W3C :: string (13) "Y-m-d\TH:i:sP"\DateTime::W3C
- ⇄const ATOM :: string (13) "Y-m-d\TH:i:sP"
- ⇄⧉public __construct($time = null, $format = null, DateTimeZone $timezone = null)new \Bitrix\Main\Type\DateTime($time = null, $format = null, DateTimeZone $timezone = null)
/** * @param string $time String representation of datetime. * @param string $format PHP datetime format. If not specified, the format is got from the current culture. * @param \DateTimeZone $timezone Optional timezone object. * * @throws Main\ObjectException */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:16
- ⇄⧉public toString(Bitrix\Main\Context\Culture $culture = null): string Converts date to string, using Culture and global timezone settings.$arSection['PICTURE']['TIMESTAMP_X']->toString(Bitrix\Main\Context\Culture $culture = null)
/** * Converts date to string, using Culture and global timezone settings. * * @param Context\Culture $culture Culture contains datetime format. * * @return string */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:82
- ⇄⧉public getTimeZone(): \DateTimeZone Returns timezone object.$arSection['PICTURE']['TIMESTAMP_X']->getTimeZone()
/** * Returns timezone object. * * @return \DateTimeZone */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:103
- ⇄⧉public setTimeZone(DateTimeZone $timezone): DateTime Sets timezone object.$arSection['PICTURE']['TIMESTAMP_X']->setTimeZone(DateTimeZone $timezone)
/** * Sets timezone object. * * @param \DateTimeZone $timezone Timezone object. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:115
- ⇄⧉public setDefaultTimeZone(): DateTime Sets default timezone.$arSection['PICTURE']['TIMESTAMP_X']->setDefaultTimeZone()
/** * Sets default timezone. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:126
- ⇄⧉public setTime($hour, $minute, $second0, $microseconds0): DateTime$arSection['PICTURE']['TIMESTAMP_X']->setTime($hour, $minute, $second0, $microseconds0)
/** * @param int $hour Hour value. * @param int $minute Minute value. * @param int $second Second value. * @param int $microseconds Microseconds value. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:141
- ⇄⧉public toUserTime(): DateTime Changes time from server time to user time using global timezone settings.$arSection['PICTURE']['TIMESTAMP_X']->toUserTime()
/** * Changes time from server time to user time using global timezone settings. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:152
- ⇄⧉public format($format): string Formats date value to string.$arSection['PICTURE']['TIMESTAMP_X']->format($format)
/** * Formats date value to string. * * @param string $format PHP date format. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:109
- ⇄⧉public __clone(): void Produces the copy of the object.clone $arSection['PICTURE']['TIMESTAMP_X']
/** * Produces the copy of the object. * * @return void */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:119
- ⇄⧉public add($interval): $this Performs dates arithmetic.$arSection['PICTURE']['TIMESTAMP_X']->add($interval)
/** * Performs dates arithmetic. * * Each duration period is represented by an integer value followed by a period * designator. If the duration contains time elements, that portion of the * specification is preceded by the letter T. * Period Designators: Y - years, M - months, D - days, W - weeks, H - hours, * M - minutes, S - seconds. * Examples: two days - 2D, two seconds - T2S, six years and five minutes - 6YT5M. * The unit types must be entered from the largest scale unit on the left to the * smallest scale unit on the right. * Use first "-" char for negative periods. * OR * Relative period. * Examples: "+5 weeks", "12 day", "-7 weekdays", '3 months - 5 days' * * @param string $interval Time interval to add. * * @return $this */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:144
- ⇄⧉public setDate($year, $month, $day): $this Sets the current date of the DateTime object to a different date.$arSection['PICTURE']['TIMESTAMP_X']->setDate($year, $month, $day)
/** * Sets the current date of the DateTime object to a different date. * @param int $year * @param int $month * @param int $day * * @return $this */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:165
- ⇄⧉public getTimestamp(): int Returns Unix timestamp from date.$arSection['PICTURE']['TIMESTAMP_X']->getTimestamp()
/** * Returns Unix timestamp from date. * * @return int */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:214
- ⇄⧉public getDiff(Bitrix\Main\Type\DateTime $time): \DateInterval Returns difference between dates.$arSection['PICTURE']['TIMESTAMP_X']->getDiff(Bitrix\Main\Type\DateTime $time)
/** * Returns difference between dates. * * @param DateTime $time * @return \DateInterval */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:225
- ⇄⧉public __toString(): string Converts a date to the string with default culture format setting.(string) $arSection['PICTURE']['TIMESTAMP_X']
/** * Converts a date to the string with default culture format setting. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:248
- ⧉protected parse($format, $time): array|bool
/** * @param string $format * @param string $time * @return array|bool */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:52
- ⧉private tryToCreateIntervalByDesignators($interval)
Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:172
- ⇄⧉public static secondsToOffset($seconds)\Bitrix\Main\Type\DateTime::secondsToOffset($seconds)
Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:67
- ⇄⧉public static createFromUserTime($timeString): DateTime Creates DateTime object from local user time using global timezone settings and ...\Bitrix\Main\Type\DateTime::createFromUserTime($timeString)
/** * Creates DateTime object from local user time using global timezone settings and default culture. * * @param string $timeString Full or short formatted time. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:177
- ⇄⧉public static createFromPhp(DateTime $datetime): static Creates DateTime object from PHP \DateTime object.\Bitrix\Main\Type\DateTime::createFromPhp(DateTime $datetime)
/** * Creates DateTime object from PHP \DateTime object. * * @param \DateTime $datetime Source object. * * @return static */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:230
- ⇄⧉public static createFromTimestamp($timestamp): static Creates DateTime object from Unix timestamp.\Bitrix\Main\Type\DateTime::createFromTimestamp($timestamp)
/** * Creates DateTime object from Unix timestamp. * * @param int $timestamp Source timestamp. * * @return static */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:244
- ⇄⧉public static tryParse($timeString, $format = null): DateTime|null Creates DateTime object from string. NULL will be returned on failure.\Bitrix\Main\Type\DateTime::tryParse($timeString, $format = null)
/** * Creates DateTime object from string. * NULL will be returned on failure. * @param string $timeString Full formatted time. * @param string $format PHP datetime format. If not specified, the format is got from the current culture. * @return DateTime|null */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:258
- ⇄⧉public static getFormat(Bitrix\Main\Context\Culture $culture = null): string Returns a date format from the culture in the php format.\Bitrix\Main\Type\Date::getFormat(Bitrix\Main\Context\Culture $culture = null)
/** * Returns a date format from the culture in the php format. * * @param Context\Culture $culture Optional culture. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:260
- ⇄⧉public static convertFormatToPhp($format): mixed Converts date format from culture to php format.\Bitrix\Main\Type\Date::convertFormatToPhp($format)
/** * Converts date format from culture to php format. * * @param string $format Format string. * * @return mixed */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:305
- ⇄⧉public static isCorrect($time, $format = null): bool Checks the string for correct date (by trying to create Date object).\Bitrix\Main\Type\Date::isCorrect($time, $format = null)
/** * Checks the string for correct date (by trying to create Date object). * * @param string $time String representation of date. * @param string $format PHP date format. If not specified, the format is got from the current culture. * * @return bool */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:355
- ⇄⧉public static createFromText($text): DateTime|null Creates Date object from Text (return array of result object) Examples: "end of ...\Bitrix\Main\Type\Date::createFromText($text)
/** * Creates Date object from Text (return array of result object) * Examples: "end of next week", "tomorrow morning", "friday 25.10" * * @param string $text * @return DateTime|null */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:413
- ⧉protected static getCultureFormat(Bitrix\Main\Context\Culture $culture = null): string Returns long (including time) date culture format.
/** * Returns long (including time) date culture format. * * @param Context\Culture $culture Culture. * * @return string */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:214
- ⇄⧉public __construct($time = null, $format = null, DateTimeZone $timezone = null)
30.11.2018 19:00:11
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "600"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "600"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (6) "105462"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/ef6"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (24) "7526199_FCF7C434012A.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (24) "7526199_FCF7C434012A.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "94fb08211c00f32dc148fd99540db81c"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (43) "/upload/iblock/ef6/7526199_FCF7C434012A.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (43) "/upload/iblock/ef6/7526199_FCF7C434012A.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (43) "/upload/iblock/ef6/7526199_FCF7C434012A.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => UTF-8 string (33) "Dokumentu smalcinātāji, piederumi"$arSection['PICTURE']['ALT']
- ⇄TITLE => UTF-8 string (33) "Dokumentu smalcinātāji, piederumi"$arSection['PICTURE']['TITLE']
- ⇄ID => string (5) "40375"
- ⇄~PICTURE => string (5) "40375"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "472"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "472"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "473"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "473"$arSection['~RIGHT_MARGIN']
- ⇄DEPTH_LEVEL => string (1) "2"$arSection['DEPTH_LEVEL']
- ⇄~DEPTH_LEVEL => string (1) "2"$arSection['~DEPTH_LEVEL']
- ⇄DESCRIPTION => string (0) ""$arSection['DESCRIPTION']
- ⇄~DESCRIPTION => string (0) ""$arSection['~DESCRIPTION']
- ⇄DESCRIPTION_TYPE => string (4) "text"$arSection['DESCRIPTION_TYPE']
- ⇄~DESCRIPTION_TYPE => string (4) "text"$arSection['~DESCRIPTION_TYPE']
- ⇄⧉SEARCHABLE_CONTENT => UTF-8 string (35) "DOKUMENTU SMALCINĀTĀJI, PIEDERUMI "$arSection['SEARCHABLE_CONTENT']
DOKUMENTU SMALCINĀTĀJI, PIEDERUMI
- ⇄⧉~SEARCHABLE_CONTENT => UTF-8 string (35) "DOKUMENTU SMALCINĀTĀJI, PIEDERUMI "$arSection['~SEARCHABLE_CONTENT']
DOKUMENTU SMALCINĀTĀJI, PIEDERUMI
- ⇄CODE => string (34) "dokumentu_smalcinaataaji_piederumi"$arSection['CODE']
- ⇄~CODE => string (34) "dokumentu_smalcinaataaji_piederumi"$arSection['~CODE']
- ⇄XML_ID => string (36) "e1058b76-0c57-11e6-833c-000c297a2876"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "e1058b76-0c57-11e6-833c-000c297a2876"$arSection['~XML_ID']
- ⇄TMP_ID => null$arSection['TMP_ID']
- ⇄~TMP_ID => null$arSection['~TMP_ID']
- ⇄DETAIL_PICTURE => null$arSection['DETAIL_PICTURE']
- ⇄~DETAIL_PICTURE => null$arSection['~DETAIL_PICTURE']
- ⇄SOCNET_GROUP_ID => null$arSection['SOCNET_GROUP_ID']
- ⇄~SOCNET_GROUP_ID => null$arSection['~SOCNET_GROUP_ID']
- ⇄NAME_EN => string (0) ""$arSection['NAME_EN']
- ⇄~NAME_EN => string (0) ""$arSection['~NAME_EN']
- ⇄NAME_RU => UTF-8 string (48) "Уничтожители документов, масло для уничтожителей"$arSection['NAME_RU']
- ⇄~NAME_RU => UTF-8 string (48) "Уничтожители документов, масло для уничтожителей"$arSection['~NAME_RU']
- ⇄DESCRIPTION_EN => string (0) ""$arSection['DESCRIPTION_EN']
- ⇄~DESCRIPTION_EN => string (0) ""$arSection['~DESCRIPTION_EN']
- ⇄DESCRIPTION_RU => string (0) ""$arSection['DESCRIPTION_RU']
- ⇄~DESCRIPTION_RU => string (0) ""$arSection['~DESCRIPTION_RU']
- ⇄LIST_PAGE_URL => string (8) "catalog/"$arSection['LIST_PAGE_URL']
- ⇄~LIST_PAGE_URL => string (8) "catalog/"$arSection['~LIST_PAGE_URL']
- ⇄SECTION_PAGE_URL => string (62) "/lv/catalog/biroja_tehnika/dokumentu_smalcinaataaji_piederumi/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (62) "/lv/catalog/biroja_tehnika/dokumentu_smalcinaataaji_piederumi/"$arSection['~SECTION_PAGE_URL']
- ⇄IBLOCK_TYPE_ID => string (10) "xmlcatalog"$arSection['IBLOCK_TYPE_ID']
- ⇄~IBLOCK_TYPE_ID => string (10) "xmlcatalog"$arSection['~IBLOCK_TYPE_ID']
- ⇄IBLOCK_CODE => string (14) "estore-catalog"$arSection['IBLOCK_CODE']
- ⇄~IBLOCK_CODE => string (14) "estore-catalog"$arSection['~IBLOCK_CODE']
- ⇄IBLOCK_EXTERNAL_ID => string (47) "xmlcatalog-3f9fc72e-b824-11e3-b952-d43d7e49b8c5"$arSection['IBLOCK_EXTERNAL_ID']
- ⇄~IBLOCK_EXTERNAL_ID => string (47) "xmlcatalog-3f9fc72e-b824-11e3-b952-d43d7e49b8c5"$arSection['~IBLOCK_EXTERNAL_ID']
- ⇄EXTERNAL_ID => string (36) "e1058b76-0c57-11e6-833c-000c297a2876"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "e1058b76-0c57-11e6-833c-000c297a2876"$arSection['~EXTERNAL_ID']
- ⇄RELATIVE_DEPTH_LEVEL => integer 1$arSection['RELATIVE_DEPTH_LEVEL']
- ⇄EDIT_LINK => null$arSection['EDIT_LINK']
- ⇄DELETE_LINK => null$arSection['DELETE_LINK']
- ⇄~ELEMENT_CNT => string (2) "19"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (2) "19"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "190"
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "191"$arSection['ID']
- ⇄~ID => string (3) "191"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "12.08.2020 20:38:18"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "12.08.2020 20:38:18"$arSection['~TIMESTAMP_X']
- ⇄MODIFIED_BY => string (1) "6"$arSection['MODIFIED_BY']
- ⇄~MODIFIED_BY => string (1) "6"$arSection['~MODIFIED_BY']
- ⇄DATE_CREATE => string (19) "31.07.2018 12:43:24"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "31.07.2018 12:43:24"$arSection['~DATE_CREATE']
- ⇄CREATED_BY => string (1) "6"$arSection['CREATED_BY']
- ⇄~CREATED_BY => string (1) "6"$arSection['~CREATED_BY']
- ⇄IBLOCK_ID => string (2) "26"$arSection['IBLOCK_ID']
- ⇄~IBLOCK_ID => string (2) "26"$arSection['~IBLOCK_ID']
- ⇄IBLOCK_SECTION_ID => string (3) "187"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "187"$arSection['~IBLOCK_SECTION_ID']
- ⇄ACTIVE => string (1) "Y"$arSection['ACTIVE']
- ⇄~ACTIVE => string (1) "Y"$arSection['~ACTIVE']
- ⇄GLOBAL_ACTIVE => string (1) "Y"$arSection['GLOBAL_ACTIVE']
- ⇄~GLOBAL_ACTIVE => string (1) "Y"$arSection['~GLOBAL_ACTIVE']
- ⇄SORT => string (3) "160"$arSection['SORT']
- ⇄~SORT => string (3) "160"$arSection['~SORT']
- ⇄NAME => UTF-8 string (25) "Telefona un faksa aparāti"$arSection['NAME']
- ⇄~NAME => UTF-8 string (25) "Telefona un faksa aparāti"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (5) "40376"$arSection['PICTURE']['ID']
- ⇄⧉TIMESTAMP_X => Bitrix\Main\Type\DateTime (1)$arSection['PICTURE']['TIMESTAMP_X']
- Properties
- Available methods (26)
- toString
- ⧉protected value -> DateTime (3) 2018-11-30 19:00:36+02:00 EET
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2018-11-30 19:00:36.000000"
- public timezone_type -> integer 3
- public timezone -> string (11) "Europe/Riga"
- public getTimezone()
- public getTimestamp()
- public setTimestamp($unixtimestamp)
- public setDate($year, $month, $day)
- public getOffset()
- public setTimezone($timezone)
- public sub($interval)
- public __wakeup()
- public add($interval)
- public modify($modify)
- public format($format)
- public diff($object, $absolute)
- ⇄public static getLastErrors()\DateTime::getLastErrors()
- ⇄public static createFromFormat($format, $time, DateTimeZone $object)\DateTime::createFromFormat($format, $time, DateTimeZone $object)
- ⇄public static createFromImmutable($DateTimeImmutable)\DateTime::createFromImmutable($DateTimeImmutable)
- public static __set_state(array $array)
- ⇄const ATOM :: string (13) "Y-m-d\TH:i:sP"\DateTime::ATOM
- ⇄const COOKIE :: string (16) "l, d-M-Y H:i:s T"\DateTime::COOKIE
- ⇄const ISO8601 :: string (13) "Y-m-d\TH:i:sO"\DateTime::ISO8601
- ⇄const RFC822 :: string (16) "D, d M y H:i:s O"\DateTime::RFC822
- ⇄const RFC850 :: string (16) "l, d-M-y H:i:s T"\DateTime::RFC850
- ⇄const RFC1036 :: string (16) "D, d M y H:i:s O"\DateTime::RFC1036
- ⇄const RFC1123 :: string (16) "D, d M Y H:i:s O"\DateTime::RFC1123
- ⇄const RFC7231 :: string (21) "D, d M Y H:i:s \G\M\T"\DateTime::RFC7231
- ⇄const RFC2822 :: string (16) "D, d M Y H:i:s O"\DateTime::RFC2822
- ⇄const RFC3339 :: string (13) "Y-m-d\TH:i:sP"\DateTime::RFC3339
- ⇄const RFC3339_EXTENDED :: string (15) "Y-m-d\TH:i:s.vP"\DateTime::RFC3339_EXTENDED
- ⇄const RSS :: string (16) "D, d M Y H:i:s O"\DateTime::RSS
- ⇄const W3C :: string (13) "Y-m-d\TH:i:sP"\DateTime::W3C
- ⇄const ATOM :: string (13) "Y-m-d\TH:i:sP"
- ⇄⧉public __construct($time = null, $format = null, DateTimeZone $timezone = null)new \Bitrix\Main\Type\DateTime($time = null, $format = null, DateTimeZone $timezone = null)
/** * @param string $time String representation of datetime. * @param string $format PHP datetime format. If not specified, the format is got from the current culture. * @param \DateTimeZone $timezone Optional timezone object. * * @throws Main\ObjectException */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:16
- ⇄⧉public toString(Bitrix\Main\Context\Culture $culture = null): string Converts date to string, using Culture and global timezone settings.$arSection['PICTURE']['TIMESTAMP_X']->toString(Bitrix\Main\Context\Culture $culture = null)
/** * Converts date to string, using Culture and global timezone settings. * * @param Context\Culture $culture Culture contains datetime format. * * @return string */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:82
- ⇄⧉public getTimeZone(): \DateTimeZone Returns timezone object.$arSection['PICTURE']['TIMESTAMP_X']->getTimeZone()
/** * Returns timezone object. * * @return \DateTimeZone */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:103
- ⇄⧉public setTimeZone(DateTimeZone $timezone): DateTime Sets timezone object.$arSection['PICTURE']['TIMESTAMP_X']->setTimeZone(DateTimeZone $timezone)
/** * Sets timezone object. * * @param \DateTimeZone $timezone Timezone object. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:115
- ⇄⧉public setDefaultTimeZone(): DateTime Sets default timezone.$arSection['PICTURE']['TIMESTAMP_X']->setDefaultTimeZone()
/** * Sets default timezone. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:126
- ⇄⧉public setTime($hour, $minute, $second0, $microseconds0): DateTime$arSection['PICTURE']['TIMESTAMP_X']->setTime($hour, $minute, $second0, $microseconds0)
/** * @param int $hour Hour value. * @param int $minute Minute value. * @param int $second Second value. * @param int $microseconds Microseconds value. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:141
- ⇄⧉public toUserTime(): DateTime Changes time from server time to user time using global timezone settings.$arSection['PICTURE']['TIMESTAMP_X']->toUserTime()
/** * Changes time from server time to user time using global timezone settings. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:152
- ⇄⧉public format($format): string Formats date value to string.$arSection['PICTURE']['TIMESTAMP_X']->format($format)
/** * Formats date value to string. * * @param string $format PHP date format. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:109
- ⇄⧉public __clone(): void Produces the copy of the object.clone $arSection['PICTURE']['TIMESTAMP_X']
/** * Produces the copy of the object. * * @return void */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:119
- ⇄⧉public add($interval): $this Performs dates arithmetic.$arSection['PICTURE']['TIMESTAMP_X']->add($interval)
/** * Performs dates arithmetic. * * Each duration period is represented by an integer value followed by a period * designator. If the duration contains time elements, that portion of the * specification is preceded by the letter T. * Period Designators: Y - years, M - months, D - days, W - weeks, H - hours, * M - minutes, S - seconds. * Examples: two days - 2D, two seconds - T2S, six years and five minutes - 6YT5M. * The unit types must be entered from the largest scale unit on the left to the * smallest scale unit on the right. * Use first "-" char for negative periods. * OR * Relative period. * Examples: "+5 weeks", "12 day", "-7 weekdays", '3 months - 5 days' * * @param string $interval Time interval to add. * * @return $this */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:144
- ⇄⧉public setDate($year, $month, $day): $this Sets the current date of the DateTime object to a different date.$arSection['PICTURE']['TIMESTAMP_X']->setDate($year, $month, $day)
/** * Sets the current date of the DateTime object to a different date. * @param int $year * @param int $month * @param int $day * * @return $this */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:165
- ⇄⧉public getTimestamp(): int Returns Unix timestamp from date.$arSection['PICTURE']['TIMESTAMP_X']->getTimestamp()
/** * Returns Unix timestamp from date. * * @return int */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:214
- ⇄⧉public getDiff(Bitrix\Main\Type\DateTime $time): \DateInterval Returns difference between dates.$arSection['PICTURE']['TIMESTAMP_X']->getDiff(Bitrix\Main\Type\DateTime $time)
/** * Returns difference between dates. * * @param DateTime $time * @return \DateInterval */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:225
- ⇄⧉public __toString(): string Converts a date to the string with default culture format setting.(string) $arSection['PICTURE']['TIMESTAMP_X']
/** * Converts a date to the string with default culture format setting. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:248
- ⧉protected parse($format, $time): array|bool
/** * @param string $format * @param string $time * @return array|bool */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:52
- ⧉private tryToCreateIntervalByDesignators($interval)
Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:172
- ⇄⧉public static secondsToOffset($seconds)\Bitrix\Main\Type\DateTime::secondsToOffset($seconds)
Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:67
- ⇄⧉public static createFromUserTime($timeString): DateTime Creates DateTime object from local user time using global timezone settings and ...\Bitrix\Main\Type\DateTime::createFromUserTime($timeString)
/** * Creates DateTime object from local user time using global timezone settings and default culture. * * @param string $timeString Full or short formatted time. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:177
- ⇄⧉public static createFromPhp(DateTime $datetime): static Creates DateTime object from PHP \DateTime object.\Bitrix\Main\Type\DateTime::createFromPhp(DateTime $datetime)
/** * Creates DateTime object from PHP \DateTime object. * * @param \DateTime $datetime Source object. * * @return static */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:230
- ⇄⧉public static createFromTimestamp($timestamp): static Creates DateTime object from Unix timestamp.\Bitrix\Main\Type\DateTime::createFromTimestamp($timestamp)
/** * Creates DateTime object from Unix timestamp. * * @param int $timestamp Source timestamp. * * @return static */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:244
- ⇄⧉public static tryParse($timeString, $format = null): DateTime|null Creates DateTime object from string. NULL will be returned on failure.\Bitrix\Main\Type\DateTime::tryParse($timeString, $format = null)
/** * Creates DateTime object from string. * NULL will be returned on failure. * @param string $timeString Full formatted time. * @param string $format PHP datetime format. If not specified, the format is got from the current culture. * @return DateTime|null */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:258
- ⇄⧉public static getFormat(Bitrix\Main\Context\Culture $culture = null): string Returns a date format from the culture in the php format.\Bitrix\Main\Type\Date::getFormat(Bitrix\Main\Context\Culture $culture = null)
/** * Returns a date format from the culture in the php format. * * @param Context\Culture $culture Optional culture. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:260
- ⇄⧉public static convertFormatToPhp($format): mixed Converts date format from culture to php format.\Bitrix\Main\Type\Date::convertFormatToPhp($format)
/** * Converts date format from culture to php format. * * @param string $format Format string. * * @return mixed */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:305
- ⇄⧉public static isCorrect($time, $format = null): bool Checks the string for correct date (by trying to create Date object).\Bitrix\Main\Type\Date::isCorrect($time, $format = null)
/** * Checks the string for correct date (by trying to create Date object). * * @param string $time String representation of date. * @param string $format PHP date format. If not specified, the format is got from the current culture. * * @return bool */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:355
- ⇄⧉public static createFromText($text): DateTime|null Creates Date object from Text (return array of result object) Examples: "end of ...\Bitrix\Main\Type\Date::createFromText($text)
/** * Creates Date object from Text (return array of result object) * Examples: "end of next week", "tomorrow morning", "friday 25.10" * * @param string $text * @return DateTime|null */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:413
- ⧉protected static getCultureFormat(Bitrix\Main\Context\Culture $culture = null): string Returns long (including time) date culture format.
/** * Returns long (including time) date culture format. * * @param Context\Culture $culture Culture. * * @return string */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:214
- ⇄⧉public __construct($time = null, $format = null, DateTimeZone $timezone = null)
30.11.2018 19:00:36
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "458"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "600"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (5) "68525"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/6d7"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (24) "7615920_816AE47DBA12.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (24) "7615920_816AE47DBA12.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "045aeef128ccd164028e3fda2e4acb2d"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (43) "/upload/iblock/6d7/7615920_816AE47DBA12.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (43) "/upload/iblock/6d7/7615920_816AE47DBA12.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (43) "/upload/iblock/6d7/7615920_816AE47DBA12.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => UTF-8 string (25) "Telefona un faksa aparāti"$arSection['PICTURE']['ALT']
- ⇄TITLE => UTF-8 string (25) "Telefona un faksa aparāti"$arSection['PICTURE']['TITLE']
- ⇄ID => string (5) "40376"
- ⇄~PICTURE => string (5) "40376"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "474"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "474"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "475"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "475"$arSection['~RIGHT_MARGIN']
- ⇄DEPTH_LEVEL => string (1) "2"$arSection['DEPTH_LEVEL']
- ⇄~DEPTH_LEVEL => string (1) "2"$arSection['~DEPTH_LEVEL']
- ⇄DESCRIPTION => string (0) ""$arSection['DESCRIPTION']
- ⇄~DESCRIPTION => string (0) ""$arSection['~DESCRIPTION']
- ⇄DESCRIPTION_TYPE => string (4) "text"$arSection['DESCRIPTION_TYPE']
- ⇄~DESCRIPTION_TYPE => string (4) "text"$arSection['~DESCRIPTION_TYPE']
- ⇄⧉SEARCHABLE_CONTENT => UTF-8 string (27) "TELEFONA UN FAKSA APARĀTI "$arSection['SEARCHABLE_CONTENT']
TELEFONA UN FAKSA APARĀTI
- ⇄⧉~SEARCHABLE_CONTENT => UTF-8 string (27) "TELEFONA UN FAKSA APARĀTI "$arSection['~SEARCHABLE_CONTENT']
TELEFONA UN FAKSA APARĀTI
- ⇄CODE => string (26) "telefona_un_faksa_aparaati"$arSection['CODE']
- ⇄~CODE => string (26) "telefona_un_faksa_aparaati"$arSection['~CODE']
- ⇄XML_ID => string (36) "e1058b77-0c57-11e6-833c-000c297a2876"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "e1058b77-0c57-11e6-833c-000c297a2876"$arSection['~XML_ID']
- ⇄TMP_ID => null$arSection['TMP_ID']
- ⇄~TMP_ID => null$arSection['~TMP_ID']
- ⇄DETAIL_PICTURE => null$arSection['DETAIL_PICTURE']
- ⇄~DETAIL_PICTURE => null$arSection['~DETAIL_PICTURE']
- ⇄SOCNET_GROUP_ID => null$arSection['SOCNET_GROUP_ID']
- ⇄~SOCNET_GROUP_ID => null$arSection['~SOCNET_GROUP_ID']
- ⇄NAME_EN => string (0) ""$arSection['NAME_EN']
- ⇄~NAME_EN => string (0) ""$arSection['~NAME_EN']
- ⇄NAME_RU => string (0) ""$arSection['NAME_RU']
- ⇄~NAME_RU => string (0) ""$arSection['~NAME_RU']
- ⇄DESCRIPTION_EN => string (0) ""$arSection['DESCRIPTION_EN']
- ⇄~DESCRIPTION_EN => string (0) ""$arSection['~DESCRIPTION_EN']
- ⇄DESCRIPTION_RU => string (0) ""$arSection['DESCRIPTION_RU']
- ⇄~DESCRIPTION_RU => string (0) ""$arSection['~DESCRIPTION_RU']
- ⇄LIST_PAGE_URL => string (8) "catalog/"$arSection['LIST_PAGE_URL']
- ⇄~LIST_PAGE_URL => string (8) "catalog/"$arSection['~LIST_PAGE_URL']
- ⇄SECTION_PAGE_URL => string (54) "/lv/catalog/biroja_tehnika/telefona_un_faksa_aparaati/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (54) "/lv/catalog/biroja_tehnika/telefona_un_faksa_aparaati/"$arSection['~SECTION_PAGE_URL']
- ⇄IBLOCK_TYPE_ID => string (10) "xmlcatalog"$arSection['IBLOCK_TYPE_ID']
- ⇄~IBLOCK_TYPE_ID => string (10) "xmlcatalog"$arSection['~IBLOCK_TYPE_ID']
- ⇄IBLOCK_CODE => string (14) "estore-catalog"$arSection['IBLOCK_CODE']
- ⇄~IBLOCK_CODE => string (14) "estore-catalog"$arSection['~IBLOCK_CODE']
- ⇄IBLOCK_EXTERNAL_ID => string (47) "xmlcatalog-3f9fc72e-b824-11e3-b952-d43d7e49b8c5"$arSection['IBLOCK_EXTERNAL_ID']
- ⇄~IBLOCK_EXTERNAL_ID => string (47) "xmlcatalog-3f9fc72e-b824-11e3-b952-d43d7e49b8c5"$arSection['~IBLOCK_EXTERNAL_ID']
- ⇄EXTERNAL_ID => string (36) "e1058b77-0c57-11e6-833c-000c297a2876"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "e1058b77-0c57-11e6-833c-000c297a2876"$arSection['~EXTERNAL_ID']
- ⇄RELATIVE_DEPTH_LEVEL => integer 1$arSection['RELATIVE_DEPTH_LEVEL']
- ⇄EDIT_LINK => null$arSection['EDIT_LINK']
- ⇄DELETE_LINK => null$arSection['DELETE_LINK']
- ⇄~ELEMENT_CNT => string (1) "0"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (1) "0"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "191"
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "192"$arSection['ID']
- ⇄~ID => string (3) "192"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "21.07.2022 12:15:12"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "21.07.2022 12:15:12"$arSection['~TIMESTAMP_X']
- ⇄MODIFIED_BY => string (1) "6"$arSection['MODIFIED_BY']
- ⇄~MODIFIED_BY => string (1) "6"$arSection['~MODIFIED_BY']
- ⇄DATE_CREATE => string (19) "31.07.2018 12:43:24"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "31.07.2018 12:43:24"$arSection['~DATE_CREATE']
- ⇄CREATED_BY => string (1) "6"$arSection['CREATED_BY']
- ⇄~CREATED_BY => string (1) "6"$arSection['~CREATED_BY']
- ⇄IBLOCK_ID => string (2) "26"$arSection['IBLOCK_ID']
- ⇄~IBLOCK_ID => string (2) "26"$arSection['~IBLOCK_ID']
- ⇄IBLOCK_SECTION_ID => string (3) "187"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "187"$arSection['~IBLOCK_SECTION_ID']
- ⇄ACTIVE => string (1) "Y"$arSection['ACTIVE']
- ⇄~ACTIVE => string (1) "Y"$arSection['~ACTIVE']
- ⇄GLOBAL_ACTIVE => string (1) "Y"$arSection['GLOBAL_ACTIVE']
- ⇄~GLOBAL_ACTIVE => string (1) "Y"$arSection['~GLOBAL_ACTIVE']
- ⇄SORT => string (3) "170"$arSection['SORT']
- ⇄~SORT => string (3) "170"$arSection['~SORT']
- ⇄NAME => UTF-8 string (27) "Papīra griezēji, giljotīnas"$arSection['NAME']
- ⇄~NAME => UTF-8 string (27) "Papīra griezēji, giljotīnas"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (5) "40377"$arSection['PICTURE']['ID']
- ⇄⧉TIMESTAMP_X => Bitrix\Main\Type\DateTime (1)$arSection['PICTURE']['TIMESTAMP_X']
- Properties
- Available methods (26)
- toString
- ⧉protected value -> DateTime (3) 2018-11-30 19:00:56+02:00 EET
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2018-11-30 19:00:56.000000"
- public timezone_type -> integer 3
- public timezone -> string (11) "Europe/Riga"
- public getTimezone()
- public getTimestamp()
- public setTimestamp($unixtimestamp)
- public setDate($year, $month, $day)
- public getOffset()
- public setTimezone($timezone)
- public sub($interval)
- public __wakeup()
- public add($interval)
- public modify($modify)
- public format($format)
- public diff($object, $absolute)
- ⇄public static getLastErrors()\DateTime::getLastErrors()
- ⇄public static createFromFormat($format, $time, DateTimeZone $object)\DateTime::createFromFormat($format, $time, DateTimeZone $object)
- ⇄public static createFromImmutable($DateTimeImmutable)\DateTime::createFromImmutable($DateTimeImmutable)
- public static __set_state(array $array)
- ⇄const ATOM :: string (13) "Y-m-d\TH:i:sP"\DateTime::ATOM
- ⇄const COOKIE :: string (16) "l, d-M-Y H:i:s T"\DateTime::COOKIE
- ⇄const ISO8601 :: string (13) "Y-m-d\TH:i:sO"\DateTime::ISO8601
- ⇄const RFC822 :: string (16) "D, d M y H:i:s O"\DateTime::RFC822
- ⇄const RFC850 :: string (16) "l, d-M-y H:i:s T"\DateTime::RFC850
- ⇄const RFC1036 :: string (16) "D, d M y H:i:s O"\DateTime::RFC1036
- ⇄const RFC1123 :: string (16) "D, d M Y H:i:s O"\DateTime::RFC1123
- ⇄const RFC7231 :: string (21) "D, d M Y H:i:s \G\M\T"\DateTime::RFC7231
- ⇄const RFC2822 :: string (16) "D, d M Y H:i:s O"\DateTime::RFC2822
- ⇄const RFC3339 :: string (13) "Y-m-d\TH:i:sP"\DateTime::RFC3339
- ⇄const RFC3339_EXTENDED :: string (15) "Y-m-d\TH:i:s.vP"\DateTime::RFC3339_EXTENDED
- ⇄const RSS :: string (16) "D, d M Y H:i:s O"\DateTime::RSS
- ⇄const W3C :: string (13) "Y-m-d\TH:i:sP"\DateTime::W3C
- ⇄const ATOM :: string (13) "Y-m-d\TH:i:sP"
- ⇄⧉public __construct($time = null, $format = null, DateTimeZone $timezone = null)new \Bitrix\Main\Type\DateTime($time = null, $format = null, DateTimeZone $timezone = null)
/** * @param string $time String representation of datetime. * @param string $format PHP datetime format. If not specified, the format is got from the current culture. * @param \DateTimeZone $timezone Optional timezone object. * * @throws Main\ObjectException */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:16
- ⇄⧉public toString(Bitrix\Main\Context\Culture $culture = null): string Converts date to string, using Culture and global timezone settings.$arSection['PICTURE']['TIMESTAMP_X']->toString(Bitrix\Main\Context\Culture $culture = null)
/** * Converts date to string, using Culture and global timezone settings. * * @param Context\Culture $culture Culture contains datetime format. * * @return string */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:82
- ⇄⧉public getTimeZone(): \DateTimeZone Returns timezone object.$arSection['PICTURE']['TIMESTAMP_X']->getTimeZone()
/** * Returns timezone object. * * @return \DateTimeZone */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:103
- ⇄⧉public setTimeZone(DateTimeZone $timezone): DateTime Sets timezone object.$arSection['PICTURE']['TIMESTAMP_X']->setTimeZone(DateTimeZone $timezone)
/** * Sets timezone object. * * @param \DateTimeZone $timezone Timezone object. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:115
- ⇄⧉public setDefaultTimeZone(): DateTime Sets default timezone.$arSection['PICTURE']['TIMESTAMP_X']->setDefaultTimeZone()
/** * Sets default timezone. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:126
- ⇄⧉public setTime($hour, $minute, $second0, $microseconds0): DateTime$arSection['PICTURE']['TIMESTAMP_X']->setTime($hour, $minute, $second0, $microseconds0)
/** * @param int $hour Hour value. * @param int $minute Minute value. * @param int $second Second value. * @param int $microseconds Microseconds value. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:141
- ⇄⧉public toUserTime(): DateTime Changes time from server time to user time using global timezone settings.$arSection['PICTURE']['TIMESTAMP_X']->toUserTime()
/** * Changes time from server time to user time using global timezone settings. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:152
- ⇄⧉public format($format): string Formats date value to string.$arSection['PICTURE']['TIMESTAMP_X']->format($format)
/** * Formats date value to string. * * @param string $format PHP date format. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:109
- ⇄⧉public __clone(): void Produces the copy of the object.clone $arSection['PICTURE']['TIMESTAMP_X']
/** * Produces the copy of the object. * * @return void */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:119
- ⇄⧉public add($interval): $this Performs dates arithmetic.$arSection['PICTURE']['TIMESTAMP_X']->add($interval)
/** * Performs dates arithmetic. * * Each duration period is represented by an integer value followed by a period * designator. If the duration contains time elements, that portion of the * specification is preceded by the letter T. * Period Designators: Y - years, M - months, D - days, W - weeks, H - hours, * M - minutes, S - seconds. * Examples: two days - 2D, two seconds - T2S, six years and five minutes - 6YT5M. * The unit types must be entered from the largest scale unit on the left to the * smallest scale unit on the right. * Use first "-" char for negative periods. * OR * Relative period. * Examples: "+5 weeks", "12 day", "-7 weekdays", '3 months - 5 days' * * @param string $interval Time interval to add. * * @return $this */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:144
- ⇄⧉public setDate($year, $month, $day): $this Sets the current date of the DateTime object to a different date.$arSection['PICTURE']['TIMESTAMP_X']->setDate($year, $month, $day)
/** * Sets the current date of the DateTime object to a different date. * @param int $year * @param int $month * @param int $day * * @return $this */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:165
- ⇄⧉public getTimestamp(): int Returns Unix timestamp from date.$arSection['PICTURE']['TIMESTAMP_X']->getTimestamp()
/** * Returns Unix timestamp from date. * * @return int */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:214
- ⇄⧉public getDiff(Bitrix\Main\Type\DateTime $time): \DateInterval Returns difference between dates.$arSection['PICTURE']['TIMESTAMP_X']->getDiff(Bitrix\Main\Type\DateTime $time)
/** * Returns difference between dates. * * @param DateTime $time * @return \DateInterval */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:225
- ⇄⧉public __toString(): string Converts a date to the string with default culture format setting.(string) $arSection['PICTURE']['TIMESTAMP_X']
/** * Converts a date to the string with default culture format setting. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:248
- ⧉protected parse($format, $time): array|bool
/** * @param string $format * @param string $time * @return array|bool */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:52
- ⧉private tryToCreateIntervalByDesignators($interval)
Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:172
- ⇄⧉public static secondsToOffset($seconds)\Bitrix\Main\Type\DateTime::secondsToOffset($seconds)
Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:67
- ⇄⧉public static createFromUserTime($timeString): DateTime Creates DateTime object from local user time using global timezone settings and ...\Bitrix\Main\Type\DateTime::createFromUserTime($timeString)
/** * Creates DateTime object from local user time using global timezone settings and default culture. * * @param string $timeString Full or short formatted time. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:177
- ⇄⧉public static createFromPhp(DateTime $datetime): static Creates DateTime object from PHP \DateTime object.\Bitrix\Main\Type\DateTime::createFromPhp(DateTime $datetime)
/** * Creates DateTime object from PHP \DateTime object. * * @param \DateTime $datetime Source object. * * @return static */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:230
- ⇄⧉public static createFromTimestamp($timestamp): static Creates DateTime object from Unix timestamp.\Bitrix\Main\Type\DateTime::createFromTimestamp($timestamp)
/** * Creates DateTime object from Unix timestamp. * * @param int $timestamp Source timestamp. * * @return static */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:244
- ⇄⧉public static tryParse($timeString, $format = null): DateTime|null Creates DateTime object from string. NULL will be returned on failure.\Bitrix\Main\Type\DateTime::tryParse($timeString, $format = null)
/** * Creates DateTime object from string. * NULL will be returned on failure. * @param string $timeString Full formatted time. * @param string $format PHP datetime format. If not specified, the format is got from the current culture. * @return DateTime|null */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:258
- ⇄⧉public static getFormat(Bitrix\Main\Context\Culture $culture = null): string Returns a date format from the culture in the php format.\Bitrix\Main\Type\Date::getFormat(Bitrix\Main\Context\Culture $culture = null)
/** * Returns a date format from the culture in the php format. * * @param Context\Culture $culture Optional culture. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:260
- ⇄⧉public static convertFormatToPhp($format): mixed Converts date format from culture to php format.\Bitrix\Main\Type\Date::convertFormatToPhp($format)
/** * Converts date format from culture to php format. * * @param string $format Format string. * * @return mixed */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:305
- ⇄⧉public static isCorrect($time, $format = null): bool Checks the string for correct date (by trying to create Date object).\Bitrix\Main\Type\Date::isCorrect($time, $format = null)
/** * Checks the string for correct date (by trying to create Date object). * * @param string $time String representation of date. * @param string $format PHP date format. If not specified, the format is got from the current culture. * * @return bool */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:355
- ⇄⧉public static createFromText($text): DateTime|null Creates Date object from Text (return array of result object) Examples: "end of ...\Bitrix\Main\Type\Date::createFromText($text)
/** * Creates Date object from Text (return array of result object) * Examples: "end of next week", "tomorrow morning", "friday 25.10" * * @param string $text * @return DateTime|null */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:413
- ⧉protected static getCultureFormat(Bitrix\Main\Context\Culture $culture = null): string Returns long (including time) date culture format.
/** * Returns long (including time) date culture format. * * @param Context\Culture $culture Culture. * * @return string */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:214
- ⇄⧉public __construct($time = null, $format = null, DateTimeZone $timezone = null)
30.11.2018 19:00:56
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "600"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "600"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (6) "109534"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/dc4"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (24) "7518731_FEC187F993B4.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (24) "7518731_FEC187F993B4.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "2c8a3c80212b258263fd6dcb9036f81c"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (43) "/upload/iblock/dc4/7518731_FEC187F993B4.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (43) "/upload/iblock/dc4/7518731_FEC187F993B4.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (43) "/upload/iblock/dc4/7518731_FEC187F993B4.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => UTF-8 string (27) "Papīra griezēji, giljotīnas"$arSection['PICTURE']['ALT']
- ⇄TITLE => UTF-8 string (27) "Papīra griezēji, giljotīnas"$arSection['PICTURE']['TITLE']
- ⇄ID => string (5) "40377"
- ⇄~PICTURE => string (5) "40377"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "476"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "476"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "477"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "477"$arSection['~RIGHT_MARGIN']
- ⇄DEPTH_LEVEL => string (1) "2"$arSection['DEPTH_LEVEL']
- ⇄~DEPTH_LEVEL => string (1) "2"$arSection['~DEPTH_LEVEL']
- ⇄DESCRIPTION => string (0) ""$arSection['DESCRIPTION']
- ⇄~DESCRIPTION => string (0) ""$arSection['~DESCRIPTION']
- ⇄DESCRIPTION_TYPE => string (4) "text"$arSection['DESCRIPTION_TYPE']
- ⇄~DESCRIPTION_TYPE => string (4) "text"$arSection['~DESCRIPTION_TYPE']
- ⇄⧉SEARCHABLE_CONTENT => UTF-8 string (29) "PAPĪRA GRIEZĒJI, GILJOTĪNAS "$arSection['SEARCHABLE_CONTENT']
PAPĪRA GRIEZĒJI, GILJOTĪNAS
- ⇄⧉~SEARCHABLE_CONTENT => UTF-8 string (29) "PAPĪRA GRIEZĒJI, GILJOTĪNAS "$arSection['~SEARCHABLE_CONTENT']
PAPĪRA GRIEZĒJI, GILJOTĪNAS
- ⇄CODE => string (29) "papiira_griezeeji_giljotiinas"$arSection['CODE']
- ⇄~CODE => string (29) "papiira_griezeeji_giljotiinas"$arSection['~CODE']
- ⇄XML_ID => string (36) "e1058b7a-0c57-11e6-833c-000c297a2876"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "e1058b7a-0c57-11e6-833c-000c297a2876"$arSection['~XML_ID']
- ⇄TMP_ID => null$arSection['TMP_ID']
- ⇄~TMP_ID => null$arSection['~TMP_ID']
- ⇄DETAIL_PICTURE => null$arSection['DETAIL_PICTURE']
- ⇄~DETAIL_PICTURE => null$arSection['~DETAIL_PICTURE']
- ⇄SOCNET_GROUP_ID => null$arSection['SOCNET_GROUP_ID']
- ⇄~SOCNET_GROUP_ID => null$arSection['~SOCNET_GROUP_ID']
- ⇄NAME_EN => string (0) ""$arSection['NAME_EN']
- ⇄~NAME_EN => string (0) ""$arSection['~NAME_EN']
- ⇄NAME_RU => UTF-8 string (17) "Резаки для бумаги"$arSection['NAME_RU']
- ⇄~NAME_RU => UTF-8 string (17) "Резаки для бумаги"$arSection['~NAME_RU']
- ⇄DESCRIPTION_EN => string (0) ""$arSection['DESCRIPTION_EN']
- ⇄~DESCRIPTION_EN => string (0) ""$arSection['~DESCRIPTION_EN']
- ⇄DESCRIPTION_RU => string (0) ""$arSection['DESCRIPTION_RU']
- ⇄~DESCRIPTION_RU => string (0) ""$arSection['~DESCRIPTION_RU']
- ⇄LIST_PAGE_URL => string (8) "catalog/"$arSection['LIST_PAGE_URL']
- ⇄~LIST_PAGE_URL => string (8) "catalog/"$arSection['~LIST_PAGE_URL']
- ⇄SECTION_PAGE_URL => string (57) "/lv/catalog/biroja_tehnika/papiira_griezeeji_giljotiinas/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (57) "/lv/catalog/biroja_tehnika/papiira_griezeeji_giljotiinas/"$arSection['~SECTION_PAGE_URL']
- ⇄IBLOCK_TYPE_ID => string (10) "xmlcatalog"$arSection['IBLOCK_TYPE_ID']
- ⇄~IBLOCK_TYPE_ID => string (10) "xmlcatalog"$arSection['~IBLOCK_TYPE_ID']
- ⇄IBLOCK_CODE => string (14) "estore-catalog"$arSection['IBLOCK_CODE']
- ⇄~IBLOCK_CODE => string (14) "estore-catalog"$arSection['~IBLOCK_CODE']
- ⇄IBLOCK_EXTERNAL_ID => string (47) "xmlcatalog-3f9fc72e-b824-11e3-b952-d43d7e49b8c5"$arSection['IBLOCK_EXTERNAL_ID']
- ⇄~IBLOCK_EXTERNAL_ID => string (47) "xmlcatalog-3f9fc72e-b824-11e3-b952-d43d7e49b8c5"$arSection['~IBLOCK_EXTERNAL_ID']
- ⇄EXTERNAL_ID => string (36) "e1058b7a-0c57-11e6-833c-000c297a2876"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "e1058b7a-0c57-11e6-833c-000c297a2876"$arSection['~EXTERNAL_ID']
- ⇄RELATIVE_DEPTH_LEVEL => integer 1$arSection['RELATIVE_DEPTH_LEVEL']
- ⇄EDIT_LINK => null$arSection['EDIT_LINK']
- ⇄DELETE_LINK => null$arSection['DELETE_LINK']
- ⇄~ELEMENT_CNT => string (1) "7"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (1) "7"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "192"
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "395"$arSection['ID']
- ⇄~ID => string (3) "395"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "17.08.2022 12:21:56"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "17.08.2022 12:21:56"$arSection['~TIMESTAMP_X']
- ⇄MODIFIED_BY => string (1) "6"$arSection['MODIFIED_BY']
- ⇄~MODIFIED_BY => string (1) "6"$arSection['~MODIFIED_BY']
- ⇄DATE_CREATE => string (19) "29.08.2018 01:29:24"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "29.08.2018 01:29:24"$arSection['~DATE_CREATE']
- ⇄CREATED_BY => string (1) "6"$arSection['CREATED_BY']
- ⇄~CREATED_BY => string (1) "6"$arSection['~CREATED_BY']
- ⇄IBLOCK_ID => string (2) "26"$arSection['IBLOCK_ID']
- ⇄~IBLOCK_ID => string (2) "26"$arSection['~IBLOCK_ID']
- ⇄IBLOCK_SECTION_ID => string (3) "187"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "187"$arSection['~IBLOCK_SECTION_ID']
- ⇄ACTIVE => string (1) "Y"$arSection['ACTIVE']
- ⇄~ACTIVE => string (1) "Y"$arSection['~ACTIVE']
- ⇄GLOBAL_ACTIVE => string (1) "Y"$arSection['GLOBAL_ACTIVE']
- ⇄~GLOBAL_ACTIVE => string (1) "Y"$arSection['~GLOBAL_ACTIVE']
- ⇄SORT => string (3) "280"$arSection['SORT']
- ⇄~SORT => string (3) "280"$arSection['~SORT']
- ⇄NAME => UTF-8 string (30) "Iesiešanas iekārtas, piederumi"$arSection['NAME']
- ⇄~NAME => UTF-8 string (30) "Iesiešanas iekārtas, piederumi"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (5) "40378"$arSection['PICTURE']['ID']
- ⇄⧉TIMESTAMP_X => Bitrix\Main\Type\DateTime (1)$arSection['PICTURE']['TIMESTAMP_X']
- Properties
- Available methods (26)
- toString
- ⧉protected value -> DateTime (3) 2018-11-30 19:01:48+02:00 EET
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2018-11-30 19:01:48.000000"
- public timezone_type -> integer 3
- public timezone -> string (11) "Europe/Riga"
- public getTimezone()
- public getTimestamp()
- public setTimestamp($unixtimestamp)
- public setDate($year, $month, $day)
- public getOffset()
- public setTimezone($timezone)
- public sub($interval)
- public __wakeup()
- public add($interval)
- public modify($modify)
- public format($format)
- public diff($object, $absolute)
- ⇄public static getLastErrors()\DateTime::getLastErrors()
- ⇄public static createFromFormat($format, $time, DateTimeZone $object)\DateTime::createFromFormat($format, $time, DateTimeZone $object)
- ⇄public static createFromImmutable($DateTimeImmutable)\DateTime::createFromImmutable($DateTimeImmutable)
- public static __set_state(array $array)
- ⇄const ATOM :: string (13) "Y-m-d\TH:i:sP"\DateTime::ATOM
- ⇄const COOKIE :: string (16) "l, d-M-Y H:i:s T"\DateTime::COOKIE
- ⇄const ISO8601 :: string (13) "Y-m-d\TH:i:sO"\DateTime::ISO8601
- ⇄const RFC822 :: string (16) "D, d M y H:i:s O"\DateTime::RFC822
- ⇄const RFC850 :: string (16) "l, d-M-y H:i:s T"\DateTime::RFC850
- ⇄const RFC1036 :: string (16) "D, d M y H:i:s O"\DateTime::RFC1036
- ⇄const RFC1123 :: string (16) "D, d M Y H:i:s O"\DateTime::RFC1123
- ⇄const RFC7231 :: string (21) "D, d M Y H:i:s \G\M\T"\DateTime::RFC7231
- ⇄const RFC2822 :: string (16) "D, d M Y H:i:s O"\DateTime::RFC2822
- ⇄const RFC3339 :: string (13) "Y-m-d\TH:i:sP"\DateTime::RFC3339
- ⇄const RFC3339_EXTENDED :: string (15) "Y-m-d\TH:i:s.vP"\DateTime::RFC3339_EXTENDED
- ⇄const RSS :: string (16) "D, d M Y H:i:s O"\DateTime::RSS
- ⇄const W3C :: string (13) "Y-m-d\TH:i:sP"\DateTime::W3C
- ⇄const ATOM :: string (13) "Y-m-d\TH:i:sP"
- ⇄⧉public __construct($time = null, $format = null, DateTimeZone $timezone = null)new \Bitrix\Main\Type\DateTime($time = null, $format = null, DateTimeZone $timezone = null)
/** * @param string $time String representation of datetime. * @param string $format PHP datetime format. If not specified, the format is got from the current culture. * @param \DateTimeZone $timezone Optional timezone object. * * @throws Main\ObjectException */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:16
- ⇄⧉public toString(Bitrix\Main\Context\Culture $culture = null): string Converts date to string, using Culture and global timezone settings.$arSection['PICTURE']['TIMESTAMP_X']->toString(Bitrix\Main\Context\Culture $culture = null)
/** * Converts date to string, using Culture and global timezone settings. * * @param Context\Culture $culture Culture contains datetime format. * * @return string */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:82
- ⇄⧉public getTimeZone(): \DateTimeZone Returns timezone object.$arSection['PICTURE']['TIMESTAMP_X']->getTimeZone()
/** * Returns timezone object. * * @return \DateTimeZone */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:103
- ⇄⧉public setTimeZone(DateTimeZone $timezone): DateTime Sets timezone object.$arSection['PICTURE']['TIMESTAMP_X']->setTimeZone(DateTimeZone $timezone)
/** * Sets timezone object. * * @param \DateTimeZone $timezone Timezone object. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:115
- ⇄⧉public setDefaultTimeZone(): DateTime Sets default timezone.$arSection['PICTURE']['TIMESTAMP_X']->setDefaultTimeZone()
/** * Sets default timezone. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:126
- ⇄⧉public setTime($hour, $minute, $second0, $microseconds0): DateTime$arSection['PICTURE']['TIMESTAMP_X']->setTime($hour, $minute, $second0, $microseconds0)
/** * @param int $hour Hour value. * @param int $minute Minute value. * @param int $second Second value. * @param int $microseconds Microseconds value. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:141
- ⇄⧉public toUserTime(): DateTime Changes time from server time to user time using global timezone settings.$arSection['PICTURE']['TIMESTAMP_X']->toUserTime()
/** * Changes time from server time to user time using global timezone settings. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:152
- ⇄⧉public format($format): string Formats date value to string.$arSection['PICTURE']['TIMESTAMP_X']->format($format)
/** * Formats date value to string. * * @param string $format PHP date format. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:109
- ⇄⧉public __clone(): void Produces the copy of the object.clone $arSection['PICTURE']['TIMESTAMP_X']
/** * Produces the copy of the object. * * @return void */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:119
- ⇄⧉public add($interval): $this Performs dates arithmetic.$arSection['PICTURE']['TIMESTAMP_X']->add($interval)
/** * Performs dates arithmetic. * * Each duration period is represented by an integer value followed by a period * designator. If the duration contains time elements, that portion of the * specification is preceded by the letter T. * Period Designators: Y - years, M - months, D - days, W - weeks, H - hours, * M - minutes, S - seconds. * Examples: two days - 2D, two seconds - T2S, six years and five minutes - 6YT5M. * The unit types must be entered from the largest scale unit on the left to the * smallest scale unit on the right. * Use first "-" char for negative periods. * OR * Relative period. * Examples: "+5 weeks", "12 day", "-7 weekdays", '3 months - 5 days' * * @param string $interval Time interval to add. * * @return $this */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:144
- ⇄⧉public setDate($year, $month, $day): $this Sets the current date of the DateTime object to a different date.$arSection['PICTURE']['TIMESTAMP_X']->setDate($year, $month, $day)
/** * Sets the current date of the DateTime object to a different date. * @param int $year * @param int $month * @param int $day * * @return $this */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:165
- ⇄⧉public getTimestamp(): int Returns Unix timestamp from date.$arSection['PICTURE']['TIMESTAMP_X']->getTimestamp()
/** * Returns Unix timestamp from date. * * @return int */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:214
- ⇄⧉public getDiff(Bitrix\Main\Type\DateTime $time): \DateInterval Returns difference between dates.$arSection['PICTURE']['TIMESTAMP_X']->getDiff(Bitrix\Main\Type\DateTime $time)
/** * Returns difference between dates. * * @param DateTime $time * @return \DateInterval */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:225
- ⇄⧉public __toString(): string Converts a date to the string with default culture format setting.(string) $arSection['PICTURE']['TIMESTAMP_X']
/** * Converts a date to the string with default culture format setting. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:248
- ⧉protected parse($format, $time): array|bool
/** * @param string $format * @param string $time * @return array|bool */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:52
- ⧉private tryToCreateIntervalByDesignators($interval)
Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:172
- ⇄⧉public static secondsToOffset($seconds)\Bitrix\Main\Type\DateTime::secondsToOffset($seconds)
Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:67
- ⇄⧉public static createFromUserTime($timeString): DateTime Creates DateTime object from local user time using global timezone settings and ...\Bitrix\Main\Type\DateTime::createFromUserTime($timeString)
/** * Creates DateTime object from local user time using global timezone settings and default culture. * * @param string $timeString Full or short formatted time. * * @return DateTime */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:177
- ⇄⧉public static createFromPhp(DateTime $datetime): static Creates DateTime object from PHP \DateTime object.\Bitrix\Main\Type\DateTime::createFromPhp(DateTime $datetime)
/** * Creates DateTime object from PHP \DateTime object. * * @param \DateTime $datetime Source object. * * @return static */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:230
- ⇄⧉public static createFromTimestamp($timestamp): static Creates DateTime object from Unix timestamp.\Bitrix\Main\Type\DateTime::createFromTimestamp($timestamp)
/** * Creates DateTime object from Unix timestamp. * * @param int $timestamp Source timestamp. * * @return static */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:244
- ⇄⧉public static tryParse($timeString, $format = null): DateTime|null Creates DateTime object from string. NULL will be returned on failure.\Bitrix\Main\Type\DateTime::tryParse($timeString, $format = null)
/** * Creates DateTime object from string. * NULL will be returned on failure. * @param string $timeString Full formatted time. * @param string $format PHP datetime format. If not specified, the format is got from the current culture. * @return DateTime|null */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:258
- ⇄⧉public static getFormat(Bitrix\Main\Context\Culture $culture = null): string Returns a date format from the culture in the php format.\Bitrix\Main\Type\Date::getFormat(Bitrix\Main\Context\Culture $culture = null)
/** * Returns a date format from the culture in the php format. * * @param Context\Culture $culture Optional culture. * * @return string */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:260
- ⇄⧉public static convertFormatToPhp($format): mixed Converts date format from culture to php format.\Bitrix\Main\Type\Date::convertFormatToPhp($format)
/** * Converts date format from culture to php format. * * @param string $format Format string. * * @return mixed */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:305
- ⇄⧉public static isCorrect($time, $format = null): bool Checks the string for correct date (by trying to create Date object).\Bitrix\Main\Type\Date::isCorrect($time, $format = null)
/** * Checks the string for correct date (by trying to create Date object). * * @param string $time String representation of date. * @param string $format PHP date format. If not specified, the format is got from the current culture. * * @return bool */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:355
- ⇄⧉public static createFromText($text): DateTime|null Creates Date object from Text (return array of result object) Examples: "end of ...\Bitrix\Main\Type\Date::createFromText($text)
/** * Creates Date object from Text (return array of result object) * Examples: "end of next week", "tomorrow morning", "friday 25.10" * * @param string $text * @return DateTime|null */ Inherited from Bitrix\Main\Type\Date Defined in <ROOT>/bitrix/modules/main/lib/type/date.php:413
- ⧉protected static getCultureFormat(Bitrix\Main\Context\Culture $culture = null): string Returns long (including time) date culture format.
/** * Returns long (including time) date culture format. * * @param Context\Culture $culture Culture. * * @return string */ Defined in <ROOT>/bitrix/modules/main/lib/type/datetime.php:214
- ⇄⧉public __construct($time = null, $format = null, DateTimeZone $timezone = null)
30.11.2018 19:01:48
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "300"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "253"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (5) "18389"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/315"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (24) "7389520_816B20771550.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (24) "7389520_816B20771550.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "1ccb48afea402104e956223956834053"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (43) "/upload/iblock/315/7389520_816B20771550.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (43) "/upload/iblock/315/7389520_816B20771550.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (43) "/upload/iblock/315/7389520_816B20771550.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => UTF-8 string (30) "Iesiešanas iekārtas, piederumi"$arSection['PICTURE']['ALT']
- ⇄TITLE => UTF-8 string (30) "Iesiešanas iekārtas, piederumi"$arSection['PICTURE']['TITLE']
- ⇄ID => string (5) "40378"
- ⇄~PICTURE => string (5) "40378"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "478"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "478"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "479"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "479"$arSection['~RIGHT_MARGIN']
- ⇄DEPTH_LEVEL => string (1) "2"$arSection['DEPTH_LEVEL']
- ⇄~DEPTH_LEVEL => string (1) "2"$arSection['~DEPTH_LEVEL']
- ⇄DESCRIPTION => string (0) ""$arSection['DESCRIPTION']
- ⇄~DESCRIPTION => string (0) ""$arSection['~DESCRIPTION']
- ⇄DESCRIPTION_TYPE => string (4) "text"$arSection['DESCRIPTION_TYPE']
- ⇄~DESCRIPTION_TYPE => string (4) "text"$arSection['~DESCRIPTION_TYPE']
- ⇄⧉SEARCHABLE_CONTENT => UTF-8 string (32) "IESIEŠANAS IEKĀRTAS, PIEDERUMI "$arSection['SEARCHABLE_CONTENT']
IESIEŠANAS IEKĀRTAS, PIEDERUMI
- ⇄⧉~SEARCHABLE_CONTENT => UTF-8 string (32) "IESIEŠANAS IEKĀRTAS, PIEDERUMI "$arSection['~SEARCHABLE_CONTENT']
IESIEŠANAS IEKĀRTAS, PIEDERUMI
- ⇄CODE => string (31) "iesieshanas_iekaartas_piederumi"$arSection['CODE']
- ⇄~CODE => string (31) "iesieshanas_iekaartas_piederumi"$arSection['~CODE']
- ⇄XML_ID => string (36) "e1058b74-0c57-11e6-833c-000c297a2876"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "e1058b74-0c57-11e6-833c-000c297a2876"$arSection['~XML_ID']
- ⇄TMP_ID => null$arSection['TMP_ID']
- ⇄~TMP_ID => null$arSection['~TMP_ID']
- ⇄DETAIL_PICTURE => null$arSection['DETAIL_PICTURE']
- ⇄~DETAIL_PICTURE => null$arSection['~DETAIL_PICTURE']
- ⇄SOCNET_GROUP_ID => null$arSection['SOCNET_GROUP_ID']
- ⇄~SOCNET_GROUP_ID => null$arSection['~SOCNET_GROUP_ID']
- ⇄NAME_EN => string (0) ""$arSection['NAME_EN']
- ⇄~NAME_EN => string (0) ""$arSection['~NAME_EN']
- ⇄⧉NAME_RU => UTF-8 string (61) "Переплетные устройства, расходные материалы, спирали, обложки"$arSection['NAME_RU']
Переплетные устройства, расходные материалы, спирали, обложки
- ⇄⧉~NAME_RU => UTF-8 string (61) "Переплетные устройства, расходные материалы, спирали, обложки"$arSection['~NAME_RU']
Переплетные устройства, расходные материалы, спирали, обложки
- ⇄DESCRIPTION_EN => string (0) ""$arSection['DESCRIPTION_EN']
- ⇄~DESCRIPTION_EN => string (0) ""$arSection['~DESCRIPTION_EN']
- ⇄DESCRIPTION_RU => string (0) ""$arSection['DESCRIPTION_RU']
- ⇄~DESCRIPTION_RU => string (0) ""$arSection['~DESCRIPTION_RU']
- ⇄LIST_PAGE_URL => string (8) "catalog/"$arSection['LIST_PAGE_URL']
- ⇄~LIST_PAGE_URL => string (8) "catalog/"$arSection['~LIST_PAGE_URL']
- ⇄SECTION_PAGE_URL => string (59) "/lv/catalog/biroja_tehnika/iesieshanas_iekaartas_piederumi/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (59) "/lv/catalog/biroja_tehnika/iesieshanas_iekaartas_piederumi/"$arSection['~SECTION_PAGE_URL']
- ⇄IBLOCK_TYPE_ID => string (10) "xmlcatalog"$arSection['IBLOCK_TYPE_ID']
- ⇄~IBLOCK_TYPE_ID => string (10) "xmlcatalog"$arSection['~IBLOCK_TYPE_ID']
- ⇄IBLOCK_CODE => string (14) "estore-catalog"$arSection['IBLOCK_CODE']
- ⇄~IBLOCK_CODE => string (14) "estore-catalog"$arSection['~IBLOCK_CODE']
- ⇄IBLOCK_EXTERNAL_ID => string (47) "xmlcatalog-3f9fc72e-b824-11e3-b952-d43d7e49b8c5"$arSection['IBLOCK_EXTERNAL_ID']
- ⇄~IBLOCK_EXTERNAL_ID => string (47) "xmlcatalog-3f9fc72e-b824-11e3-b952-d43d7e49b8c5"$arSection['~IBLOCK_EXTERNAL_ID']
- ⇄EXTERNAL_ID => string (36) "e1058b74-0c57-11e6-833c-000c297a2876"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "e1058b74-0c57-11e6-833c-000c297a2876"$arSection['~EXTERNAL_ID']
- ⇄RELATIVE_DEPTH_LEVEL => integer 1$arSection['RELATIVE_DEPTH_LEVEL']
- ⇄EDIT_LINK => null$arSection['EDIT_LINK']
- ⇄DELETE_LINK => null$arSection['DELETE_LINK']
- ⇄~ELEMENT_CNT => string (2) "42"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (2) "42"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "395"