- Kint
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "245"$arSection['ID']
- ⇄~ID => string (3) "245"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "17.08.2022 11:07:26"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "17.08.2022 11:07:26"$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:54:32"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "31.07.2018 12:54:32"$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) "244"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "244"$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) "470"$arSection['SORT']
- ⇄~SORT => string (3) "470"$arSection['~SORT']
- ⇄NAME => string (5) "Galda"$arSection['NAME']
- ⇄~NAME => string (5) "Galda"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (5) "40441"$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 22:22:21+02:00 EET
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2018-11-30 22:22:21.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 22:22:21
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "600"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "525"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (6) "136843"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/5a7"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (24) "7162900_816B18725AF1.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (24) "7162900_816B18725AF1.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "8e97f0b993f95fa2ed2829b37f2cc07e"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (43) "/upload/iblock/5a7/7162900_816B18725AF1.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (43) "/upload/iblock/5a7/7162900_816B18725AF1.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (43) "/upload/iblock/5a7/7162900_816B18725AF1.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => string (5) "Galda"$arSection['PICTURE']['ALT']
- ⇄TITLE => string (5) "Galda"$arSection['PICTURE']['TITLE']
- ⇄ID => string (5) "40441"
- ⇄~PICTURE => string (5) "40441"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "548"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "548"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "549"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "549"$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 => string (7) "GALDA "$arSection['SEARCHABLE_CONTENT']
GALDA
- ⇄⧉~SEARCHABLE_CONTENT => string (7) "GALDA "$arSection['~SEARCHABLE_CONTENT']
GALDA
- ⇄CODE => string (5) "galda"$arSection['CODE']
- ⇄~CODE => string (5) "galda"$arSection['~CODE']
- ⇄XML_ID => string (36) "e1058b6f-0c57-11e6-833c-000c297a2876"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "e1058b6f-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 (23) "Калькуляторы настольные"$arSection['NAME_RU']
- ⇄~NAME_RU => UTF-8 string (23) "Калькуляторы настольные"$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 (30) "/lv/catalog/kalkulatori/galda/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (30) "/lv/catalog/kalkulatori/galda/"$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) "e1058b6f-0c57-11e6-833c-000c297a2876"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "e1058b6f-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) "44"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (2) "44"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "245"
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "246"$arSection['ID']
- ⇄~ID => string (3) "246"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "17.08.2022 11:07:26"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "17.08.2022 11:07:26"$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:54:32"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "31.07.2018 12:54:32"$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) "244"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "244"$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) "480"$arSection['SORT']
- ⇄~SORT => string (3) "480"$arSection['~SORT']
- ⇄NAME => string (7) "Kabatas"$arSection['NAME']
- ⇄~NAME => string (7) "Kabatas"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (5) "40442"$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 22:22:51+02:00 EET
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2018-11-30 22:22:51.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 22:22:51
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "481"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "600"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (5) "97686"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/680"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (24) "7157400_816B2077151D.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (24) "7157400_816B2077151D.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "ea5b234ae63570c2c8dd2d858e432a50"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (43) "/upload/iblock/680/7157400_816B2077151D.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (43) "/upload/iblock/680/7157400_816B2077151D.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (43) "/upload/iblock/680/7157400_816B2077151D.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => string (7) "Kabatas"$arSection['PICTURE']['ALT']
- ⇄TITLE => string (7) "Kabatas"$arSection['PICTURE']['TITLE']
- ⇄ID => string (5) "40442"
- ⇄~PICTURE => string (5) "40442"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "550"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "550"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "551"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "551"$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 => string (9) "KABATAS "$arSection['SEARCHABLE_CONTENT']
KABATAS
- ⇄⧉~SEARCHABLE_CONTENT => string (9) "KABATAS "$arSection['~SEARCHABLE_CONTENT']
KABATAS
- ⇄CODE => string (7) "kabatas"$arSection['CODE']
- ⇄~CODE => string (7) "kabatas"$arSection['~CODE']
- ⇄XML_ID => string (36) "e1058b70-0c57-11e6-833c-000c297a2876"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "e1058b70-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 (22) "Калькуляторы карманные"$arSection['NAME_RU']
- ⇄~NAME_RU => UTF-8 string (22) "Калькуляторы карманные"$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 (32) "/lv/catalog/kalkulatori/kabatas/"$arSection['SECTION_PAGE_URL']
- Base64
- ⇄base64_decode(SECTION_PAGE_URL) binary string (24)base64_decode($arSection['SECTION_PAGE_URL'])
- ⇄base64_decode(SECTION_PAGE_URL) binary string (24)
- ⇄⧉~SECTION_PAGE_URL => string (32) "/lv/catalog/kalkulatori/kabatas/"$arSection['~SECTION_PAGE_URL']
- Base64
- ⇄base64_decode(~SECTION_PAGE_URL) binary string (24)base64_decode($arSection['~SECTION_PAGE_URL'])
- ⇄base64_decode(~SECTION_PAGE_URL) binary string (24)
- ⇄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) "e1058b70-0c57-11e6-833c-000c297a2876"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "e1058b70-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) "11"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (2) "11"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "246"
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "247"$arSection['ID']
- ⇄~ID => string (3) "247"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "18.07.2022 11:12:32"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "18.07.2022 11:12:32"$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:54:32"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "31.07.2018 12:54:32"$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) "244"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "244"$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) "490"$arSection['SORT']
- ⇄~SORT => string (3) "490"$arSection['~SORT']
- ⇄NAME => UTF-8 string (23) "Korekcijas un pārbaudes"$arSection['NAME']
- ⇄~NAME => UTF-8 string (23) "Korekcijas un pārbaudes"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (5) "40443"$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 22:23:14+02:00 EET
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2018-11-30 22:23:14.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 22:23:14
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "598"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "600"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (6) "185166"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/d48"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (24) "7150100_816B20771524.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (24) "7150100_816B20771524.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "a8db980368bbd428d1eda93dfe147cec"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (43) "/upload/iblock/d48/7150100_816B20771524.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (43) "/upload/iblock/d48/7150100_816B20771524.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (43) "/upload/iblock/d48/7150100_816B20771524.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => UTF-8 string (23) "Korekcijas un pārbaudes"$arSection['PICTURE']['ALT']
- ⇄TITLE => UTF-8 string (23) "Korekcijas un pārbaudes"$arSection['PICTURE']['TITLE']
- ⇄ID => string (5) "40443"
- ⇄~PICTURE => string (5) "40443"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "552"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "552"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "553"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "553"$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 (25) "KOREKCIJAS UN PĀRBAUDES "$arSection['SEARCHABLE_CONTENT']
KOREKCIJAS UN PĀRBAUDES
- ⇄⧉~SEARCHABLE_CONTENT => UTF-8 string (25) "KOREKCIJAS UN PĀRBAUDES "$arSection['~SEARCHABLE_CONTENT']
KOREKCIJAS UN PĀRBAUDES
- ⇄CODE => string (24) "korekcijas_un_paarbaudes"$arSection['CODE']
- ⇄~CODE => string (24) "korekcijas_un_paarbaudes"$arSection['~CODE']
- ⇄XML_ID => string (36) "e1058b71-0c57-11e6-833c-000c297a2876"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "e1058b71-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 (34) "Калькуляторы с функциями коррекции"$arSection['NAME_RU']
- ⇄~NAME_RU => UTF-8 string (34) "Калькуляторы с функциями коррекции"$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 (49) "/lv/catalog/kalkulatori/korekcijas_un_paarbaudes/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (49) "/lv/catalog/kalkulatori/korekcijas_un_paarbaudes/"$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) "e1058b71-0c57-11e6-833c-000c297a2876"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "e1058b71-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) "3"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (1) "3"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "247"
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "248"$arSection['ID']
- ⇄~ID => string (3) "248"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "03.08.2022 16:04:03"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "03.08.2022 16:04:03"$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:54:32"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "31.07.2018 12:54:32"$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) "244"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "244"$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) "500"$arSection['SORT']
- ⇄~SORT => string (3) "500"$arSection['~SORT']
- ⇄NAME => UTF-8 string (11) "Zinātniskās"$arSection['NAME']
- ⇄~NAME => UTF-8 string (11) "Zinātniskās"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (5) "40444"$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 22:30:45+02:00 EET
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2018-11-30 22:30:45.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 22:30:45
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "581"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "312"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (6) "109746"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/544"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (24) "7157918_5C04C79275B9.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (24) "7157918_5C04C79275B9.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "b50f5bd4c01862ad4da5e596240d2840"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (43) "/upload/iblock/544/7157918_5C04C79275B9.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (43) "/upload/iblock/544/7157918_5C04C79275B9.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (43) "/upload/iblock/544/7157918_5C04C79275B9.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => UTF-8 string (11) "Zinātniskās"$arSection['PICTURE']['ALT']
- ⇄TITLE => UTF-8 string (11) "Zinātniskās"$arSection['PICTURE']['TITLE']
- ⇄ID => string (5) "40444"
- ⇄~PICTURE => string (5) "40444"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "554"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "554"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "555"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "555"$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 (13) "ZINĀTNISKĀS "$arSection['SEARCHABLE_CONTENT']
ZINĀTNISKĀS
- ⇄⧉~SEARCHABLE_CONTENT => UTF-8 string (13) "ZINĀTNISKĀS "$arSection['~SEARCHABLE_CONTENT']
ZINĀTNISKĀS
- ⇄CODE => string (13) "zinaatniskaas"$arSection['CODE']
- ⇄~CODE => string (13) "zinaatniskaas"$arSection['~CODE']
- ⇄XML_ID => string (36) "e1058b72-0c57-11e6-833c-000c297a2876"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "e1058b72-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 (20) "Калькуляторы научные"$arSection['NAME_RU']
- ⇄~NAME_RU => UTF-8 string (20) "Калькуляторы научные"$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 (38) "/lv/catalog/kalkulatori/zinaatniskaas/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (38) "/lv/catalog/kalkulatori/zinaatniskaas/"$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) "e1058b72-0c57-11e6-833c-000c297a2876"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "e1058b72-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) "3"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (1) "3"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "248"