- Kint
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "416"$arSection['ID']
- ⇄~ID => string (3) "416"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "17.08.2022 12:21:57"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "17.08.2022 12:21:57"$arSection['~TIMESTAMP_X']
- ⇄MODIFIED_BY => string (1) "6"$arSection['MODIFIED_BY']
- ⇄~MODIFIED_BY => string (1) "6"$arSection['~MODIFIED_BY']
- ⇄DATE_CREATE => string (19) "18.03.2019 16:24:35"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "18.03.2019 16:24:35"$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) "415"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "415"$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 => string (14) "Kartona kastes"$arSection['NAME']
- ⇄~NAME => string (14) "Kartona kastes"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (7) "1444828"$arSection['PICTURE']['ID']
- ⇄⧉TIMESTAMP_X => Bitrix\Main\Type\DateTime (1)$arSection['PICTURE']['TIMESTAMP_X']
- Properties
- Available methods (26)
- toString
- ⧉protected value -> DateTime (3) 2022-08-17 12:21:57+03:00 EEST
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2022-08-17 12:21:57.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)
17.08.2022 12:21:57
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "458"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "458"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (5) "21289"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (10) "image/jpeg"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/d69"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (10) "carton.jpg"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (10) "carton.jpg"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "f5f7993316a09bda91c3be5d664c6afb"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (29) "/upload/iblock/d69/carton.jpg"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (29) "/upload/iblock/d69/carton.jpg"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (29) "/upload/iblock/d69/carton.jpg"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => string (14) "Kartona kastes"$arSection['PICTURE']['ALT']
- ⇄TITLE => string (14) "Kartona kastes"$arSection['PICTURE']['TITLE']
- ⇄ID => string (7) "1444828"
- ⇄~PICTURE => string (7) "1444828"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "510"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "510"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "511"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "511"$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 => null$arSection['~DESCRIPTION']
- ⇄DESCRIPTION_TYPE => string (4) "text"$arSection['DESCRIPTION_TYPE']
- ⇄~DESCRIPTION_TYPE => string (4) "text"$arSection['~DESCRIPTION_TYPE']
- ⇄⧉SEARCHABLE_CONTENT => string (16) "KARTONA KASTES "$arSection['SEARCHABLE_CONTENT']
KARTONA KASTES
- ⇄⧉~SEARCHABLE_CONTENT => string (16) "KARTONA KASTES "$arSection['~SEARCHABLE_CONTENT']
KARTONA KASTES
- ⇄CODE => string (14) "kartona_kastes"$arSection['CODE']
- ⇄~CODE => string (14) "kartona_kastes"$arSection['~CODE']
- ⇄XML_ID => string (36) "fb583d4c-f7a7-11e8-a9ef-0050569b7709"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "fb583d4c-f7a7-11e8-a9ef-0050569b7709"$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 (51) "/lv/catalog/iepakoshanas_materiaali/kartona_kastes/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (51) "/lv/catalog/iepakoshanas_materiaali/kartona_kastes/"$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) "fb583d4c-f7a7-11e8-a9ef-0050569b7709"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "fb583d4c-f7a7-11e8-a9ef-0050569b7709"$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) "416"
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "417"$arSection['ID']
- ⇄~ID => string (3) "417"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "17.08.2022 12:21:57"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "17.08.2022 12:21:57"$arSection['~TIMESTAMP_X']
- ⇄MODIFIED_BY => string (1) "6"$arSection['MODIFIED_BY']
- ⇄~MODIFIED_BY => string (1) "6"$arSection['~MODIFIED_BY']
- ⇄DATE_CREATE => string (19) "18.03.2019 16:24:35"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "18.03.2019 16:24:35"$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) "415"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "415"$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) "180"$arSection['SORT']
- ⇄~SORT => string (3) "180"$arSection['~SORT']
- ⇄NAME => UTF-8 string (12) "Papīra maisi"$arSection['NAME']
- ⇄~NAME => UTF-8 string (12) "Papīra maisi"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (7) "1444829"$arSection['PICTURE']['ID']
- ⇄⧉TIMESTAMP_X => Bitrix\Main\Type\DateTime (1)$arSection['PICTURE']['TIMESTAMP_X']
- Properties
- Available methods (26)
- toString
- ⧉protected value -> DateTime (3) 2022-08-17 12:21:57+03:00 EEST
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2022-08-17 12:21:57.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)
17.08.2022 12:21:57
- ⇄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 (5) "65989"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/f13"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (15) "papiramaisi.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (15) "papiramaisi.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "534812444cffa553094445c13baee953"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (34) "/upload/iblock/f13/papiramaisi.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (34) "/upload/iblock/f13/papiramaisi.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (34) "/upload/iblock/f13/papiramaisi.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => UTF-8 string (12) "Papīra maisi"$arSection['PICTURE']['ALT']
- ⇄TITLE => UTF-8 string (12) "Papīra maisi"$arSection['PICTURE']['TITLE']
- ⇄ID => string (7) "1444829"
- ⇄~PICTURE => string (7) "1444829"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "512"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "512"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "513"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "513"$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 => null$arSection['~DESCRIPTION']
- ⇄DESCRIPTION_TYPE => string (4) "text"$arSection['DESCRIPTION_TYPE']
- ⇄~DESCRIPTION_TYPE => string (4) "text"$arSection['~DESCRIPTION_TYPE']
- ⇄⧉SEARCHABLE_CONTENT => UTF-8 string (14) "PAPĪRA MAISI "$arSection['SEARCHABLE_CONTENT']
PAPĪRA MAISI
- ⇄⧉~SEARCHABLE_CONTENT => UTF-8 string (14) "PAPĪRA MAISI "$arSection['~SEARCHABLE_CONTENT']
PAPĪRA MAISI
- ⇄CODE => string (13) "papiira_maisi"$arSection['CODE']
- ⇄~CODE => string (13) "papiira_maisi"$arSection['~CODE']
- ⇄XML_ID => string (36) "9e1d9a54-f9f8-11e8-a9ef-0050569b7709"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "9e1d9a54-f9f8-11e8-a9ef-0050569b7709"$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 (15) "Бумажные пакеты"$arSection['NAME_RU']
- ⇄~NAME_RU => UTF-8 string (15) "Бумажные пакеты"$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 (50) "/lv/catalog/iepakoshanas_materiaali/papiira_maisi/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (50) "/lv/catalog/iepakoshanas_materiaali/papiira_maisi/"$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) "9e1d9a54-f9f8-11e8-a9ef-0050569b7709"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "9e1d9a54-f9f8-11e8-a9ef-0050569b7709"$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) "21"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (2) "21"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "417"
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "418"$arSection['ID']
- ⇄~ID => string (3) "418"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "17.08.2022 12:21:57"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "17.08.2022 12:21:57"$arSection['~TIMESTAMP_X']
- ⇄MODIFIED_BY => string (1) "6"$arSection['MODIFIED_BY']
- ⇄~MODIFIED_BY => string (1) "6"$arSection['~MODIFIED_BY']
- ⇄DATE_CREATE => string (19) "18.03.2019 16:24:35"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "18.03.2019 16:24:35"$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) "415"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "415"$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) "190"$arSection['SORT']
- ⇄~SORT => string (3) "190"$arSection['~SORT']
- ⇄NAME => UTF-8 string (24) "Transportēšanas drošībai"$arSection['NAME']
- ⇄~NAME => UTF-8 string (24) "Transportēšanas drošībai"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (7) "1444830"$arSection['PICTURE']['ID']
- ⇄⧉TIMESTAMP_X => Bitrix\Main\Type\DateTime (1)$arSection['PICTURE']['TIMESTAMP_X']
- Properties
- Available methods (26)
- toString
- ⧉protected value -> DateTime (3) 2022-08-17 12:21:57+03:00 EEST
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2022-08-17 12:21:57.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)
17.08.2022 12:21:57
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "454"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "600"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (5) "90625"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/70b"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (20) "transportdrosiba.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (20) "transportdrosiba.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "e39c2a8d376050bca88c010718a69459"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (39) "/upload/iblock/70b/transportdrosiba.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (39) "/upload/iblock/70b/transportdrosiba.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (39) "/upload/iblock/70b/transportdrosiba.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => UTF-8 string (24) "Transportēšanas drošībai"$arSection['PICTURE']['ALT']
- ⇄TITLE => UTF-8 string (24) "Transportēšanas drošībai"$arSection['PICTURE']['TITLE']
- ⇄ID => string (7) "1444830"
- ⇄~PICTURE => string (7) "1444830"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "514"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "514"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "515"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "515"$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 => null$arSection['~DESCRIPTION']
- ⇄DESCRIPTION_TYPE => string (4) "text"$arSection['DESCRIPTION_TYPE']
- ⇄~DESCRIPTION_TYPE => string (4) "text"$arSection['~DESCRIPTION_TYPE']
- ⇄⧉SEARCHABLE_CONTENT => UTF-8 string (26) "TRANSPORTĒŠANAS DROŠĪBAI "$arSection['SEARCHABLE_CONTENT']
TRANSPORTĒŠANAS DROŠĪBAI
- ⇄⧉~SEARCHABLE_CONTENT => UTF-8 string (26) "TRANSPORTĒŠANAS DROŠĪBAI "$arSection['~SEARCHABLE_CONTENT']
TRANSPORTĒŠANAS DROŠĪBAI
- ⇄CODE => string (28) "transporteeshanas_droshiibai"$arSection['CODE']
- ⇄~CODE => string (28) "transporteeshanas_droshiibai"$arSection['~CODE']
- ⇄XML_ID => string (36) "c614ecb3-0371-11e9-b861-0050569b7709"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "c614ecb3-0371-11e9-b861-0050569b7709"$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 (26) "Безопасная транспортировка"$arSection['NAME_RU']
- ⇄~NAME_RU => UTF-8 string (26) "Безопасная транспортировка"$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 (65) "/lv/catalog/iepakoshanas_materiaali/transporteeshanas_droshiibai/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (65) "/lv/catalog/iepakoshanas_materiaali/transporteeshanas_droshiibai/"$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) "c614ecb3-0371-11e9-b861-0050569b7709"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "c614ecb3-0371-11e9-b861-0050569b7709"$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) "13"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (2) "13"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "418"
- ⧉⌕$arSection array (72)
- ⇄ID => string (3) "422"$arSection['ID']
- ⇄~ID => string (3) "422"$arSection['~ID']
- ⇄TIMESTAMP_X => string (19) "17.08.2022 12:21:57"$arSection['TIMESTAMP_X']
- ⇄~TIMESTAMP_X => string (19) "17.08.2022 12:21:57"$arSection['~TIMESTAMP_X']
- ⇄MODIFIED_BY => string (1) "6"$arSection['MODIFIED_BY']
- ⇄~MODIFIED_BY => string (1) "6"$arSection['~MODIFIED_BY']
- ⇄DATE_CREATE => string (19) "08.08.2019 12:16:57"$arSection['DATE_CREATE']
- ⇄~DATE_CREATE => string (19) "08.08.2019 12:16:57"$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) "415"$arSection['IBLOCK_SECTION_ID']
- ⇄~IBLOCK_SECTION_ID => string (3) "415"$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) "550"$arSection['SORT']
- ⇄~SORT => string (3) "550"$arSection['~SORT']
- ⇄NAME => UTF-8 string (28) "Iepirkumu un fasēšanas maisi"$arSection['NAME']
- ⇄~NAME => UTF-8 string (28) "Iepirkumu un fasēšanas maisi"$arSection['~NAME']
- ⇄⧉PICTURE => array (19)$arSection['PICTURE']
- ⇄ID => string (7) "1444827"$arSection['PICTURE']['ID']
- ⇄⧉TIMESTAMP_X => Bitrix\Main\Type\DateTime (1)$arSection['PICTURE']['TIMESTAMP_X']
- Properties
- Available methods (26)
- toString
- ⧉protected value -> DateTime (3) 2022-08-17 12:21:57+03:00 EEST
- Properties (3)
- Available methods (19)
- Static class properties (13)
- public date -> string (26) "2022-08-17 12:21:57.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)
17.08.2022 12:21:57
- ⇄MODULE_ID => string (6) "iblock"$arSection['PICTURE']['MODULE_ID']
- ⇄HEIGHT => string (3) "480"$arSection['PICTURE']['HEIGHT']
- ⇄WIDTH => string (3) "600"$arSection['PICTURE']['WIDTH']
- ⇄FILE_SIZE => string (5) "74710"$arSection['PICTURE']['FILE_SIZE']
- ⇄CONTENT_TYPE => string (9) "image/gif"$arSection['PICTURE']['CONTENT_TYPE']
- ⇄SUBDIR => string (10) "iblock/717"$arSection['PICTURE']['SUBDIR']
- ⇄FILE_NAME => string (18) "fasesanasmaisi.gif"$arSection['PICTURE']['FILE_NAME']
- ⇄ORIGINAL_NAME => string (18) "fasesanasmaisi.gif"$arSection['PICTURE']['ORIGINAL_NAME']
- ⇄DESCRIPTION => string (0) ""$arSection['PICTURE']['DESCRIPTION']
- ⇄HANDLER_ID => null$arSection['PICTURE']['HANDLER_ID']
- ⇄EXTERNAL_ID => string (32) "b4a4a1949744fd7649b6174a3dad9c26"$arSection['PICTURE']['EXTERNAL_ID']
- ⇄~src => boolean false$arSection['PICTURE']['~src']
- ⇄SRC => string (37) "/upload/iblock/717/fasesanasmaisi.gif"$arSection['PICTURE']['SRC']
- ⇄UNSAFE_SRC => string (37) "/upload/iblock/717/fasesanasmaisi.gif"$arSection['PICTURE']['UNSAFE_SRC']
- ⇄SAFE_SRC => string (37) "/upload/iblock/717/fasesanasmaisi.gif"$arSection['PICTURE']['SAFE_SRC']
- ⇄ALT => UTF-8 string (28) "Iepirkumu un fasēšanas maisi"$arSection['PICTURE']['ALT']
- ⇄TITLE => UTF-8 string (28) "Iepirkumu un fasēšanas maisi"$arSection['PICTURE']['TITLE']
- ⇄ID => string (7) "1444827"
- ⇄~PICTURE => string (7) "1444827"$arSection['~PICTURE']
- ⇄LEFT_MARGIN => string (3) "516"$arSection['LEFT_MARGIN']
- ⇄~LEFT_MARGIN => string (3) "516"$arSection['~LEFT_MARGIN']
- ⇄RIGHT_MARGIN => string (3) "517"$arSection['RIGHT_MARGIN']
- ⇄~RIGHT_MARGIN => string (3) "517"$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 => null$arSection['~DESCRIPTION']
- ⇄DESCRIPTION_TYPE => string (4) "text"$arSection['DESCRIPTION_TYPE']
- ⇄~DESCRIPTION_TYPE => string (4) "text"$arSection['~DESCRIPTION_TYPE']
- ⇄⧉SEARCHABLE_CONTENT => UTF-8 string (30) "IEPIRKUMU UN FASĒŠANAS MAISI "$arSection['SEARCHABLE_CONTENT']
IEPIRKUMU UN FASĒŠANAS MAISI
- ⇄⧉~SEARCHABLE_CONTENT => UTF-8 string (30) "IEPIRKUMU UN FASĒŠANAS MAISI "$arSection['~SEARCHABLE_CONTENT']
IEPIRKUMU UN FASĒŠANAS MAISI
- ⇄CODE => string (30) "iepirkumu_un_faseeshanas_maisi"$arSection['CODE']
- ⇄~CODE => string (30) "iepirkumu_un_faseeshanas_maisi"$arSection['~CODE']
- ⇄XML_ID => string (36) "25c65452-30f2-11e9-83ea-0050569b7709"$arSection['XML_ID']
- ⇄~XML_ID => string (36) "25c65452-30f2-11e9-83ea-0050569b7709"$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 (6) "Пакеты"$arSection['NAME_RU']
- ⇄~NAME_RU => UTF-8 string (6) "Пакеты"$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 (67) "/lv/catalog/iepakoshanas_materiaali/iepirkumu_un_faseeshanas_maisi/"$arSection['SECTION_PAGE_URL']
- ⇄~SECTION_PAGE_URL => string (67) "/lv/catalog/iepakoshanas_materiaali/iepirkumu_un_faseeshanas_maisi/"$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) "25c65452-30f2-11e9-83ea-0050569b7709"$arSection['EXTERNAL_ID']
- ⇄~EXTERNAL_ID => string (36) "25c65452-30f2-11e9-83ea-0050569b7709"$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) "21"$arSection['~ELEMENT_CNT']
- ⇄ELEMENT_CNT => string (2) "21"$arSection['ELEMENT_CNT']
- ⇄IPROPERTY_VALUES => array (0)$arSection['IPROPERTY_VALUES']
- ⇄ID => string (3) "422"