From 68ce17e59bf8bc09757f9b56fdad458679d6e988 Mon Sep 17 00:00:00 2001
From: J0WI An image resource, returned by one of the image creation functions,
- * such as {@link https://secure.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}.
Array with keys 0 to 5.
* @param array $clip [optional]Array with keys "x", "y", "width" and "height".
* @return resource|bool Return affined image resource on success or FALSE on failure. @@ -2816,7 +2816,7 @@ function imageaffine($image, $affine, $clip = null) {} /** * Concat two matrices (as in doing many ops in one go) - * @link https://secure.php.net/manual/en/function.imageaffinematrixconcat.php + * @link https://www.php.net/manual/en/function.imageaffinematrixconcat.php * @param array $m1Array with keys 0 to 5.
* @param array $m2Array with keys 0 to 5.
* @return array|bool Array with keys 0 to 5 and float values or FALSE on failure. @@ -2826,7 +2826,7 @@ function imageaffinematrixconcat(array $m1, array $m2) {} /** * Return an image containing the affine tramsformed src image, using an optional clipping area - * @link https://secure.php.net/manual/en/function.imageaffinematrixget.php + * @link https://www.php.net/manual/en/function.imageaffinematrixget.php * @param int $typeOne of IMG_AFFINE_* constants. * @param mixed $options [optional] * @return array|bool Array with keys 0 to 5 and float values or FALSE on failure. @@ -2837,9 +2837,9 @@ function imageaffinematrixget ($type, $options = null) {} /** * Crop an image using the given coordinates and size, x, y, width and height - * @link https://secure.php.net/manual/en/function.imagecrop.php + * @link https://www.php.net/manual/en/function.imagecrop.php * @param resource $image
- * An image resource, returned by one of the image creation functions, such as {@link https://secure.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. + * An image resource, returned by one of the image creation functions, such as {@link https://www.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. *
* @param array $rectArray with keys "x", "y", "width" and "height".
* @return resource|bool Return cropped image resource on success or FALSE on failure. @@ -2849,9 +2849,9 @@ function imagecrop ($image, $rect) {} /** * Crop an image automatically using one of the available modes - * @link https://secure.php.net/manual/en/function.imagecropauto.php + * @link https://www.php.net/manual/en/function.imagecropauto.php * @param resource $image- * An image resource, returned by one of the image creation functions, such as {@link https://secure.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. + * An image resource, returned by one of the image creation functions, such as {@link https://www.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. *
* @param int $mode [optional]* One of IMG_CROP_* constants. @@ -2870,9 +2870,9 @@ function imagecropauto ($image, $mode = IMG_CROP_DEFAULT, $threshold = .5, $colo /** * Flips an image using a given mode - * @link https://secure.php.net/manual/en/function.imageflip.php + * @link https://www.php.net/manual/en/function.imageflip.php * @param resource $image
- * An image resource, returned by one of the image creation functions, such as {@link https://secure.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. + * An image resource, returned by one of the image creation functions, such as {@link https://www.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. *
* @param int $mode* Flip mode, this can be one of the IMG_FLIP_* constants: @@ -2911,9 +2911,9 @@ function imageflip ($image, $mode) {} /** * Converts a palette based image to true color - * @link https://secure.php.net/manual/en/function.imagepalettetotruecolor.php + * @link https://www.php.net/manual/en/function.imagepalettetotruecolor.php * @param resource $image
- * An image resource, returnd by one of the image creation functions, such as {@link https://secure.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. + * An image resource, returnd by one of the image creation functions, such as {@link https://www.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. *
* @return bool Returns TRUE if the convertion was complete, or if the source image already is a true color image, otherwise FALSE is returned. * @since 5.5 @@ -2923,9 +2923,9 @@ function imagepalettetotruecolor ($image) {} /** * @since 5.5 * Scale an image using the given new width and height - * @link https://secure.php.net/manual/en/function.imagescale.php + * @link https://www.php.net/manual/en/function.imagescale.php * @param resource $image- * An image resource, returnd by one of the image creation functions, such as {@link https://secure.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. + * An image resource, returnd by one of the image creation functions, such as {@link https://www.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. *
* @param int $new_width * @param int $new_height [optional] @@ -2937,9 +2937,9 @@ function imagescale ($image, $new_width, $new_height = -1, $mode = IMG_BILINEAR_ /** * Set the interpolation method - * @link https://secure.php.net/manual/en/function.imagesetinterpolation.php + * @link https://www.php.net/manual/en/function.imagesetinterpolation.php * @param resource $image- * An image resource, returned by one of the image creation functions, such as {@link https://secure.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. + * An image resource, returned by one of the image creation functions, such as {@link https://www.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. *
* @param int $method
* The interpolation method, which can be one of the following:
diff --git a/build/stubs/imagick.php b/build/stubs/imagick.php
index 0c489736223..147e8b34dbd 100644
--- a/build/stubs/imagick.php
+++ b/build/stubs/imagick.php
@@ -1944,7 +1944,7 @@ class Imagick implements Iterator, Countable {
public function getImageFormat () {}
/**
- * @link https://secure.php.net/manual/en/imagick.getimagemimetype.php
+ * @link https://www.php.net/manual/en/imagick.getimagemimetype.php
* @return string Returns the image mime-type.
*/
public function getImageMimeType () {}
diff --git a/build/stubs/intl.php b/build/stubs/intl.php
index d8533d9079a..201db9a33f4 100644
--- a/build/stubs/intl.php
+++ b/build/stubs/intl.php
@@ -1106,27 +1106,27 @@ class Normalizer {
/**
* Default normalization options
- * @link https://secure.php.net/manual/en/class.normalizer.php
+ * @link https://www.php.net/manual/en/class.normalizer.php
*/
const OPTION_DEFAULT = "";
/**
* No decomposition/composition
- * @link https://secure.php.net/manual/en/class.normalizer.php
+ * @link https://www.php.net/manual/en/class.normalizer.php
* @removed 8.0
*/
const NONE = "1";
/**
* Normalization Form D (NFD) - Canonical Decomposition
- * @link https://secure.php.net/manual/en/class.normalizer.php
+ * @link https://www.php.net/manual/en/class.normalizer.php
*/
const FORM_D = "2";
const NFD = 2;
/**
* Normalization Form KD (NFKD) - Compatibility Decomposition
- * @link https://secure.php.net/manual/en/class.normalizer.php
+ * @link https://www.php.net/manual/en/class.normalizer.php
*/
const FORM_KD = "3";
const NFKD = 3;
@@ -1134,7 +1134,7 @@ class Normalizer {
/**
* Normalization Form C (NFC) - Canonical Decomposition followed by
* Canonical Composition
- * @link https://secure.php.net/manual/en/class.normalizer.php
+ * @link https://www.php.net/manual/en/class.normalizer.php
*/
const FORM_C = "4";
const NFC = 4;
@@ -1142,7 +1142,7 @@ class Normalizer {
/**
* Normalization Form KC (NFKC) - Compatibility Decomposition, followed by
* Canonical Composition
- * @link https://secure.php.net/manual/en/class.normalizer.php
+ * @link https://www.php.net/manual/en/class.normalizer.php
*/
const FORM_KC = "5";
const NFKC = 5;
@@ -1771,7 +1771,7 @@ class IntlDateFormatter {
/**
* (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
* Get copy of formatter's calendar object
- * @link https://secure.php.net/manual/en/intldateformatter.getcalendarobject.php
+ * @link https://www.php.net/manual/en/intldateformatter.getcalendarobject.php
* @return IntlCalendar A copy of the internal calendar object used by this formatter.
*/
public function getCalendarObject() { }
@@ -1779,7 +1779,7 @@ class IntlDateFormatter {
/**
* (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
* Get formatter's timezone
- * @link https://secure.php.net/manual/en/intldateformatter.gettimezone.php
+ * @link https://www.php.net/manual/en/intldateformatter.gettimezone.php
* @return IntlTimeZone|false The associated IntlTimeZone object or FALSE on failure.
*/
public function getTimeZone() { }
@@ -1793,7 +1793,7 @@ class IntlDateFormatter {
* If NULL or the empty string, the default time zone for the runtime is used.
*
* NULL, in which case the default timezone will be used, as specified in - * the ini setting {@link "https://secure.php.net/manual/en/datetime.configuration.php#ini.date.timezone" date.timezone} or - * through the function {@link "https://secure.php.net/manual/en/function.date-default-timezone-set.php" date_default_timezone_set()} and as - * returned by {@link "https://secure.php.net/manual/en/function.date-default-timezone-get.php" date_default_timezone_get()}. + * the ini setting {@link "https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone" date.timezone} or + * through the function {@link "https://www.php.net/manual/en/function.date-default-timezone-set.php" date_default_timezone_set()} and as + * returned by {@link "https://www.php.net/manual/en/function.date-default-timezone-get.php" date_default_timezone_get()}. *
*- * An {@link "https://secure.php.net/manual/en/class.intltimezone.php" IntlTimeZone}, which will be used directly. + * An {@link "https://www.php.net/manual/en/class.intltimezone.php" IntlTimeZone}, which will be used directly. *
*- * A {@link "https://secure.php.net/manual/en/class.datetimezone.php" DateTimeZone}. Its identifier will be extracted + * A {@link "https://www.php.net/manual/en/class.datetimezone.php" DateTimeZone}. Its identifier will be extracted * and an ICU timezone object will be created; the timezone will be backed * by ICU's database, not PHP's. *
*- * A {@link "https://secure.php.net/manual/en/language.types.string.php" string}, which should be a valid ICU timezone identifier. + * A {@link "https://www.php.net/manual/en/language.types.string.php" string}, which should be a valid ICU timezone identifier. * See IntlTimeZone::createTimeZoneIDEnumeration(). Raw offsets such as "GMT+08:30" are also accepted. *
*- * An object of type {@link "https://secure.php.net/manual/en/class.intlcalendar.php" IntlCalendar} or {@link "https://secure.php.net/manual/en/class.datetime.php" DateTime}. The timezone information in the object will be used. + * An object of type {@link "https://www.php.net/manual/en/class.intlcalendar.php" IntlCalendar} or {@link "https://www.php.net/manual/en/class.datetime.php" DateTime}. The timezone information in the object will be used. *
* @param mixed $format [optional]
- * How to format the date/time. This can either be an {@link "https://secure.php.net/manual/en/language.types.array.php" array} with
+ * How to format the date/time. This can either be an {@link "https://www.php.net/manual/en/language.types.array.php" array} with
* two elements (first the date style, then the time style, these being one
* of the constants IntlDateFormatter::NONE,
* IntlDateFormatter::SHORT,
@@ -1917,12 +1917,12 @@ class IntlDateFormatter {
* IntlDateFormatter::LONG,
* IntlDateFormatter::FULL), a long with
* the value of one of these constants (in which case it will be used both
- * for the time and the date) or a {@link "https://secure.php.net/manual/en/language.types.string.php" string} with the format
+ * for the time and the date) or a {@link "https://www.php.net/manual/en/language.types.string.php" string} with the format
* described in {@link "http://www.icu-project.org/apiref/icu4c/classSimpleDateFormat.html#details" the ICU documentation}.
* If
NULL, the default style will be used.
*
- * The locale to use, or NULL to use the {@link "https://secure.php.net/manual/en/intl.configuration.php#ini.intl.default-locale"default one}.
+ * The locale to use, or NULL to use the {@link "https://www.php.net/manual/en/intl.configuration.php#ini.intl.default-locale"default one}. * @return string|false A string with result or FALSE on failure. */ public static function formatObject($object, $format = null, $locale = null) { } @@ -2318,9 +2318,9 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. * These are integer values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -2333,26 +2333,26 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)The calendar whose time will be checked against this object's time.
* @return bool * Returns TRUE if this object's current time is after that of the * calendar argument's time. Returns FALSE otherwise. - * Also returns FALSE on failure. You can use {@link https://secure.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or - * {@link https://secure.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to detect error conditions. + * Also returns FALSE on failure. You can use {@link https://www.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or + * {@link https://www.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to detect error conditions. */ public function after(IntlCalendar $calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)The calendar whose time will be checked against this object's time.
* @return bool * Returns TRUE if this object's current time is before that of the * calendar argument's time. Returns FALSE otherwise. - * Also returns FALSE on failure. You can use {@link https://secure.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or - * {@link https://secure.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to detect error conditions. + * Also returns FALSE on failure. You can use {@link https://www.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or + * {@link https://www.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to detect error conditions. * */ public function before(IntlCalendar $calendar) { } @@ -2360,9 +2360,9 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -2373,7 +2373,7 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* The timezone to use. *
@@ -2391,26 +2391,26 @@ class IntlCalendar { ** NULL, in which case the default timezone will be used, as specified in - * the ini setting {@link https://secure.php.net/manual/en/datetime.configuration.php#ini.date.timezone date.timezone} or - * through the function {@link https://secure.php.net/manual/en/function.date-default-timezone-set.php date_default_timezone_set()} and as - * returned by {@link https://secure.php.net/manual/en/function.date-default-timezone-get.php date_default_timezone_get()}. + * the ini setting {@link https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone date.timezone} or + * through the function {@link https://www.php.net/manual/en/function.date-default-timezone-set.php date_default_timezone_set()} and as + * returned by {@link https://www.php.net/manual/en/function.date-default-timezone-get.php date_default_timezone_get()}. *
*- * An {@link https://secure.php.net/manual/en/class.intltimezone.php IntlTimeZone}, which will be used directly. + * An {@link https://www.php.net/manual/en/class.intltimezone.php IntlTimeZone}, which will be used directly. *
*- * A {@link https://secure.php.net/manual/en/class.datetimezone.php DateTimeZone}. Its identifier will be extracted + * A {@link https://www.php.net/manual/en/class.datetimezone.php DateTimeZone}. Its identifier will be extracted * and an ICU timezone object will be created; the timezone will be backed * by ICU's database, not PHP's. *
*- * A {@link https://secure.php.net/manual/en/language.types.string.php string}, which should be a valid ICU timezone identifier. + * A {@link https://www.php.net/manual/en/language.types.string.php string}, which should be a valid ICU timezone identifier. * See IntlTimeZone::createTimeZoneIDEnumeration(). Raw * offsets such as "GMT+08:30" are also accepted. *
@@ -2418,10 +2418,10 @@ class IntlCalendar { * * * @param string $locale [optional]- * A locale to use or NULL to use {@link https://secure.php.net/manual/en/intl.configuration.php#ini.intl.default-locale the default locale}. + * A locale to use or NULL to use {@link https://www.php.net/manual/en/intl.configuration.php#ini.intl.default-locale the default locale}. *
* @return IntlCalendar - * The created {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} instance or NULL on + * The created {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} instance or NULL on * failure. */ public static function createInstance($timeZone = null, $locale = null) { } @@ -2429,14 +2429,14 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* Returns TRUE if the current time of both this and the passed in - * {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} object are the same, or FALSE + * {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} object are the same, or FALSE * otherwise. The value FALSE can also be returned on failure. This can only * happen if bad arguments are passed in. In any case, the two cases can be - * distinguished by calling {@link https://secure.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()}. + * distinguished by calling {@link https://www.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()}. *
*/ public function equals($calendar) { } @@ -2444,7 +2444,7 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The time against which to compare the quantity represented by the * field. For the result to be positive, the time @@ -2456,7 +2456,7 @@ class IntlCalendar { *
* *- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -2469,24 +2469,24 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)- * A {@link https://secure.php.net/manual/en/class.datetime.php DateTime} object or a {@link https://secure.php.net/manual/en/language.types.string.php string} that - * can be passed to {@link https://secure.php.net/manual/en/datetime.construct.php DateTime::__construct()}. + * A {@link https://www.php.net/manual/en/class.datetime.php DateTime} object or a {@link https://www.php.net/manual/en/language.types.string.php string} that + * can be passed to {@link https://www.php.net/manual/en/datetime.construct.php DateTime::__construct()}. *
* @return IntlCalendar - * The created {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} object or NULL in case of - * failure. If a {@link https://secure.php.net/manual/en/language.types.string.php string} is passed, any exception that occurs - * inside the {@link https://secure.php.net/manual/en/class.datetime.php DateTime} constructor is propagated. + * The created {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} object or NULL in case of + * failure. If a {@link https://www.php.net/manual/en/language.types.string.php string} is passed, any exception that occurs + * inside the {@link https://www.php.net/manual/en/class.datetime.php DateTime} constructor is propagated. */ public static function fromDateTime($dateTime) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -2497,14 +2497,14 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
* @return int - * An {@link https://secure.php.net/manual/en/language.types.integer.php int} representing the maximum value in the units associated + * An {@link https://www.php.net/manual/en/language.types.integer.php int} representing the maximum value in the units associated * with the given field or FALSE on failure. */ public function getActualMaximum($field) { } @@ -2512,14 +2512,14 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. * These are integer values between 0 and * IntlCalendar::FIELD_COUNT. *
* @return int - * An {@link https://secure.php.net/manual/en/language.types.integer.php int} representing the minimum value in the field's + * An {@link https://www.php.net/manual/en/language.types.integer.php int} representing the minimum value in the field's * unit or FALSE on failure. */ public function getActualMinimum($field) { } @@ -2527,7 +2527,7 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer
+ * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer
* values between 0 and
* IntlCalendar::FIELD_COUNT.
* @return int
- * An {@link https://secure.php.net/manual/en/language.types.integer.php int} representing a field value, in the field's
+ * An {@link https://www.php.net/manual/en/language.types.integer.php int} representing a field value, in the field's
* unit, or FALSE on failure.
*/
public function getGreatestMinimum($field) { }
@@ -2615,14 +2615,14 @@ class IntlCalendar {
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Get the smallest local maximum for a field
- * @link https://secure.php.net/manual/en/intlcalendar.getleastmaximum.php
+ * @link https://www.php.net/manual/en/intlcalendar.getleastmaximum.php
* @param int $field
- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
* @return int - * An {@link https://secure.php.net/manual/en/language.types.integer.ph int} representing a field value in the field's + * An {@link https://www.php.net/manual/en/language.types.integer.ph int} representing a field value in the field's * unit or FALSE on failure. * */ @@ -2631,7 +2631,7 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Whether to fetch the actual locale (the locale from which the calendar
* data originates, with Locale::ACTUAL_LOCALE) or the
@@ -2649,9 +2649,9 @@ class IntlCalendar {
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Get the global maximum value for a field
- * @link https://secure.php.net/manual/en/intlcalendar.getmaximum.php
+ * @link https://www.php.net/manual/en/intlcalendar.getmaximum.php
* @param int $field
- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -2663,18 +2663,18 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -2693,7 +2693,7 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* One of the constants IntlCalendar::DOW_SUNDAY,
* IntlCalendar::DOW_MONDAY, ...,
@@ -2759,19 +2759,19 @@ class IntlCalendar {
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Whether the object's time is in Daylight Savings Time
- * @link https://secure.php.net/manual/en/intlcalendar.indaylighttime.php
+ * @link https://www.php.net/manual/en/intlcalendar.indaylighttime.php
* @return bool
* Returns TRUE if the date is in Daylight Savings Time, FALSE otherwise.
* The value FALSE may also be returned on failure, for instance after
- * specifying invalid field values on non-lenient mode; use {@link https://secure.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or query
- * {@link https://secure.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to disambiguate.
+ * specifying invalid field values on non-lenient mode; use {@link https://www.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or query
+ * {@link https://www.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to disambiguate.
*/
public function inDaylightTime() { }
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Whether another calendar is equal but for a different time
- * @link https://secure.php.net/manual/en/intlcalendar.isequivalentto.php
+ * @link https://www.php.net/manual/en/intlcalendar.isequivalentto.php
* @param IntlCalendar $calendar The other calendar against which the comparison is to be made.
* @return bool
* Assuming there are no argument errors, returns TRUE iif the calendars are equivalent except possibly for their set time.
@@ -2781,39 +2781,39 @@ class IntlCalendar {
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Whether date/time interpretation is in lenient mode
- * @link https://secure.php.net/manual/en/intlcalendar.islenient.php
+ * @link https://www.php.net/manual/en/intlcalendar.islenient.php
* @return bool
- * A {@link https://secure.php.net/manual/en/language.types.boolean.php bool} representing whether the calendar is set to lenient mode.
+ * A {@link https://www.php.net/manual/en/language.types.boolean.php bool} representing whether the calendar is set to lenient mode.
*/
public function isLenient() { }
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Whether a certain date/time is in the weekend
- * @link https://secure.php.net/manual/en/intlcalendar.isweekend.php
+ * @link https://www.php.net/manual/en/intlcalendar.isweekend.php
* @param float|null $date [optional]
* An optional timestamp representing the number of milliseconds since the * epoch, excluding leap seconds. If NULL, this object's current time is * used instead. *
* @return bool - *A {@link https://secure.php.net/manual/en/language.types.boolean.php bool} indicating whether the given or this object's time occurs + *
A {@link https://www.php.net/manual/en/language.types.boolean.php bool} indicating whether the given or this object's time occurs * in a weekend. *
** The value FALSE may also be returned on failure, for instance after giving - * a date out of bounds on non-lenient mode; use {@link https://secure.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or query - * {@link https://secure.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to disambiguate.
+ * a date out of bounds on non-lenient mode; use {@link https://www.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or query + * {@link https://www.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to disambiguate. */ public function isWeekend($date = null) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time - * {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + *
One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time + * {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -2830,10 +2830,10 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time - * {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time + * {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. * These are integer values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -2844,9 +2844,9 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -2877,7 +2877,7 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* One of the constants IntlCalendar::DOW_SUNDAY,
* IntlCalendar::DOW_MONDAY, ...,
@@ -2901,7 +2901,7 @@ class IntlCalendar {
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Set whether date/time interpretation is to be lenient
- * @link https://secure.php.net/manual/en/intlcalendar.setlenient.php
+ * @link https://www.php.net/manual/en/intlcalendar.setlenient.php
* @param string $isLenient
* Use TRUE to activate the lenient mode; FALSE otherwise. *
@@ -2912,7 +2912,7 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* One of the constants IntlCalendar::WALLTIME_FIRST or
* IntlCalendar::WALLTIME_LAST.
@@ -2926,7 +2926,7 @@ class IntlCalendar {
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Set behavior for handling skipped wall times at positive timezone offset transitions
- * @link https://secure.php.net/manual/en/intlcalendar.setskippedwalltimeoption.php
+ * @link https://www.php.net/manual/en/intlcalendar.setskippedwalltimeoption.php
* @param int $wallTimeOption
* One of the constants IntlCalendar::WALLTIME_FIRST,
* IntlCalendar::WALLTIME_LAST or
@@ -2942,7 +2942,7 @@ class IntlCalendar {
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Set the calendar time in milliseconds since the epoch
- * @link https://secure.php.net/manual/en/intlcalendar.settime.php
+ * @link https://www.php.net/manual/en/intlcalendar.settime.php
* @param float $date
* An instant represented by the number of number of milliseconds between
* such instant and the epoch, ignoring leap seconds.
@@ -2955,7 +2955,7 @@ class IntlCalendar {
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Set the timezone used by this calendar
- * @link https://secure.php.net/manual/en/intlcalendar.settimezone.php
+ * @link https://www.php.net/manual/en/intlcalendar.settimezone.php
* @param mixed $timeZone
* The new timezone to be used by this calendar. It can be specified in the * following ways: @@ -2964,26 +2964,26 @@ class IntlCalendar { *
* NULL, in which case the default timezone will be used, as specified in - * the ini setting {@link https://secure.php.net/manual/en/datetime.configuration.php#ini.date.timezone date.timezone} or - * through the function {@link https://secure.php.net/manual/en/function.date-default-timezone-set.php date_default_timezone_set()} and as - * returned by {@link https://secure.php.net/manual/en/function.date-default-timezone-get.php date_default_timezone_get()}. + * the ini setting {@link https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone date.timezone} or + * through the function {@link https://www.php.net/manual/en/function.date-default-timezone-set.php date_default_timezone_set()} and as + * returned by {@link https://www.php.net/manual/en/function.date-default-timezone-get.php date_default_timezone_get()}. *
*- * An {@link https://secure.php.net/manual/en/class.intltimezone.php IntlTimeZone}, which will be used directly. + * An {@link https://www.php.net/manual/en/class.intltimezone.php IntlTimeZone}, which will be used directly. *
*- * A {@link https://secure.php.net/manual/en/class.datetimezone.php DateTimeZone}. Its identifier will be extracted + * A {@link https://www.php.net/manual/en/class.datetimezone.php DateTimeZone}. Its identifier will be extracted * and an ICU timezone object will be created; the timezone will be backed * by ICU's database, not PHP's. *
*- * A {@link https://secure.php.net/manual/en/language.types.string.php string}, which should be a valid ICU timezone identifier. + * A {@link https://www.php.net/manual/en/language.types.string.php string}, which should be a valid ICU timezone identifier. * See b>IntlTimeZone::createTimeZoneIDEnumeration(). Raw * offsets such as "GMT+08:30" are also accepted. *
@@ -2996,9 +2996,9 @@ class IntlCalendar { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)* NULL, in which case the default timezone will be used, as specified in - * the ini setting {@link "https://secure.php.net/manual/en/datetime.configuration.php#ini.date.timezone" date.timezone} or - * through the function {@link "https://secure.php.net/manual/en/function.date-default-timezone-set.php" date_default_timezone_set()} and as - * returned by {@link "https://secure.php.net/manual/en/function.date-default-timezone-get.php" date_default_timezone_get()}. + * the ini setting {@link "https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone" date.timezone} or + * through the function {@link "https://www.php.net/manual/en/function.date-default-timezone-set.php" date_default_timezone_set()} and as + * returned by {@link "https://www.php.net/manual/en/function.date-default-timezone-get.php" date_default_timezone_get()}. *
*- * An {@link "https://secure.php.net/manual/en/class.intltimezone.php" IntlTimeZone}, which will be used directly. + * An {@link "https://www.php.net/manual/en/class.intltimezone.php" IntlTimeZone}, which will be used directly. *
*- * A {@link "https://secure.php.net/manual/en/class.datetimezone.php" DateTimeZone}. Its identifier will be extracted + * A {@link "https://www.php.net/manual/en/class.datetimezone.php" DateTimeZone}. Its identifier will be extracted * and an ICU timezone object will be created; the timezone will be backed * by ICU's database, not PHP's. *
*- * A {@link "https://secure.php.net/manual/en/language.types.string.php" string}, which should be a valid ICU timezone identifier. + * A {@link "https://www.php.net/manual/en/language.types.string.php" string}, which should be a valid ICU timezone identifier. * See IntlTimeZone::createTimeZoneIDEnumeration(). Raw offsets such as "GMT+08:30" are also accepted. *
** An object of type IntlCalendar or DateTime. The timezone information in the object will be used. *
* @param mixed $format [optional]- * How to format the date/time. This can either be an {https://secure.php.net/manual/en/language.types.array.php array} with + * How to format the date/time. This can either be an {https://www.php.net/manual/en/language.types.array.php array} with * two elements (first the date style, then the time style, these being one * of the constants IntlDateFormatter::NONE, * IntlDateFormatter::SHORT, @@ -4322,7 +4322,7 @@ function datefmt_format(MessageFormatter $mf, $value) { } * IntlDateFormatter::LONG, * IntlDateFormatter::FULL), a long with * the value of one of these constants (in which case it will be used both - * for the time and the date) or a {@link https://secure.php.net/manual/en/language.types.string.php} with the format + * for the time and the date) or a {@link https://www.php.net/manual/en/language.types.string.php} with the format * described in {@link http://www.icu-project.org/apiref/icu4c/classSimpleDateFormat.html#details the ICU documentation} * documentation. If NULL, the default style will be used. *
@@ -4639,7 +4639,7 @@ function idn_to_utf8($domain, $options = 0, $variant = INTL_IDNA_VARIANT_2003, a /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* The timezone to use. *
@@ -4648,26 +4648,26 @@ function idn_to_utf8($domain, $options = 0, $variant = INTL_IDNA_VARIANT_2003, a ** NULL, in which case the default timezone will be used, as specified in - * the ini setting {@link https://secure.php.net/manual/en/datetime.configuration.php#ini.date.timezone date.timezone} or - * through the function {@link https://secure.php.net/manual/en/function.date-default-timezone-set.php date_default_timezone_set()} and as - * returned by {@link https://secure.php.net/manual/en/function.date-default-timezone-get.php date_default_timezone_get()}. + * the ini setting {@link https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone date.timezone} or + * through the function {@link https://www.php.net/manual/en/function.date-default-timezone-set.php date_default_timezone_set()} and as + * returned by {@link https://www.php.net/manual/en/function.date-default-timezone-get.php date_default_timezone_get()}. *
*- * An {@link https://secure.php.net/manual/en/class.intltimezone.php IntlTimeZone}, which will be used directly. + * An {@link https://www.php.net/manual/en/class.intltimezone.php IntlTimeZone}, which will be used directly. *
*- * A {@link https://secure.php.net/manual/en/class.datetimezone.php DateTimeZone}. Its identifier will be extracted + * A {@link https://www.php.net/manual/en/class.datetimezone.php DateTimeZone}. Its identifier will be extracted * and an ICU timezone object will be created; the timezone will be backed * by ICU's database, not PHP's. *
*- * A {@link https://secure.php.net/manual/en/language.types.string.php string}, which should be a valid ICU timezone identifier. + * A {@link https://www.php.net/manual/en/language.types.string.php string}, which should be a valid ICU timezone identifier. * See IntlTimeZone::createTimeZoneIDEnumeration(). Raw * offsets such as "GMT+08:30" are also accepted. *
@@ -4675,10 +4675,10 @@ function idn_to_utf8($domain, $options = 0, $variant = INTL_IDNA_VARIANT_2003, a * * * @param string $locale [optional]- * A locale to use or NULL to use {@link https://secure.php.net/manual/en/intl.configuration.php#ini.intl.default-locale the default locale}. + * A locale to use or NULL to use {@link https://www.php.net/manual/en/intl.configuration.php#ini.intl.default-locale the default locale}. *
* @return IntlCalendar - * The created {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} instance or NULL on + * The created {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} instance or NULL on * failure. * @since 5.5 */ @@ -4706,7 +4706,7 @@ function intlcal_get_keyword_values_for_locale($key, $locale, $commonlyUsed) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $field- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -4744,7 +4744,7 @@ function intl_get($calendar, $field) { } * Get time currently represented by the object * @param IntlCalendar $calendarThe calendar whose time will be checked against this object's time.
* @return float - * A {@link https://secure.php.net/manual/en/language.types.float.php float} representing the number of milliseconds elapsed since the + * A {@link https://www.php.net/manual/en/language.types.float.php float} representing the number of milliseconds elapsed since the * reference time (1 Jan 1970 00:00:00 UTC). * @since 5.5 */ @@ -4753,7 +4753,7 @@ function intlcal_get_time($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* An instant represented by the number of number of milliseconds between
* such instant and the epoch, ignoring leap seconds.
@@ -4767,12 +4767,12 @@ function intlcal_set_time($date) { }
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Add a (signed) amount of time to a field
- * @link https://secure.php.net/manual/en/intlcalendar.add.php
+ * @link https://www.php.net/manual/en/intlcalendar.add.php
* @param IntlCalendar $calendar
* The calendar object, on the procedural style interface. *
* @param int $field- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. * These are integer values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -4786,7 +4786,7 @@ function intlcal_add($calendar, $field, $amount) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -4798,26 +4798,26 @@ function intlcal_add($calendar, $field, $amount) { } ** NULL, in which case the default timezone will be used, as specified in - * the ini setting {@link https://secure.php.net/manual/en/datetime.configuration.php#ini.date.timezone date.timezone} or - * through the function {@link https://secure.php.net/manual/en/function.date-default-timezone-set.php date_default_timezone_set()} and as - * returned by {@link https://secure.php.net/manual/en/function.date-default-timezone-get.php date_default_timezone_get()}. + * the ini setting {@link https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone date.timezone} or + * through the function {@link https://www.php.net/manual/en/function.date-default-timezone-set.php date_default_timezone_set()} and as + * returned by {@link https://www.php.net/manual/en/function.date-default-timezone-get.php date_default_timezone_get()}. *
*- * An {@link https://secure.php.net/manual/en/class.intltimezone.php IntlTimeZone}, which will be used directly. + * An {@link https://www.php.net/manual/en/class.intltimezone.php IntlTimeZone}, which will be used directly. *
*- * A {@link https://secure.php.net/manual/en/class.datetimezone.php DateTimeZone}. Its identifier will be extracted + * A {@link https://www.php.net/manual/en/class.datetimezone.php DateTimeZone}. Its identifier will be extracted * and an ICU timezone object will be created; the timezone will be backed * by ICU's database, not PHP's. *
*- * A {@link https://secure.php.net/manual/en/language.types.string.php string}, which should be a valid ICU timezone identifier. + * A {@link https://www.php.net/manual/en/language.types.string.php string}, which should be a valid ICU timezone identifier. * See IntlTimeZone::createTimeZoneIDEnumeration(). Raw * offsets such as "GMT+08:30" are also accepted. *
@@ -4831,7 +4831,7 @@ function intlcal_set_time_zone($calendar, $timeZone) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -4839,8 +4839,8 @@ function intlcal_set_time_zone($calendar, $timeZone) { } * @return bool * Returns TRUE if this object's current time is after that of the * calendar argument's time. Returns FALSE otherwise. - * Also returns FALSE on failure. You can use {@link https://secure.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or - * {@link https://secure.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to detect error conditions. + * Also returns FALSE on failure. You can use {@link https://www.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or + * {@link https://www.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to detect error conditions. * @since 5.5 */ function intlcal_after(IntlCalendar $calendarObject, IntlCalendar $calendar) { } @@ -4848,7 +4848,7 @@ function intlcal_after(IntlCalendar $calendarObject, IntlCalendar $calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -4856,8 +4856,8 @@ function intlcal_after(IntlCalendar $calendarObject, IntlCalendar $calendar) { } * @return bool * Returns TRUE if this object's current time is before that of the * calendar argument's time. Returns FALSE otherwise. - * Also returns FALSE on failure. You can use {@link https://secure.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or - * {@link https://secure.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to detect error conditions. + * Also returns FALSE on failure. You can use {@link https://www.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or + * {@link https://www.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to detect error conditions. * * @since 5.5 */ @@ -4867,12 +4867,12 @@ function intlcal_before(IntlCalendar $calendarObject, IntlCalendar $calendar) { /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $year- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -4904,13 +4904,13 @@ function intlcal_set($calendar, $year, $month, $dayOfMonth = null, $hour = null, /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $fieldOne of the - * {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time - * {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. + * {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time + * {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. * These are integer values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -4927,12 +4927,12 @@ function intlcal_roll($calendar, $field, $amountOrUpOrDown) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $field [optional]- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -4944,7 +4944,7 @@ function intlcal_clear($calendar, $field = null) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -4959,7 +4959,7 @@ function intlcal_clear($calendar, $field = null) { } * * *- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -4973,17 +4973,17 @@ function intlcal_field_difference($calendar, $when, $field) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $field- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
* @return int - * An {@link https://secure.php.net/manual/en/language.types.integer.php int} representing the maximum value in the units associated + * An {@link https://www.php.net/manual/en/language.types.integer.php int} representing the maximum value in the units associated * with the given field or FALSE on failure. * @since 5.5 */ @@ -4992,17 +4992,17 @@ function intlcal_get_actual_maximum($calendar, $field) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $field- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. * These are integer values between 0 and * IntlCalendar::FIELD_COUNT. *
* @return int - * An {@link https://secure.php.net/manual/en/language.types.integer.php int} representing the minimum value in the field's + * An {@link https://www.php.net/manual/en/language.types.integer.php int} representing the minimum value in the field's * unit or FALSE on failure. * @since 5.5 */ @@ -5010,7 +5010,7 @@ function intlcal_get_actual_minimum($calendar, $field) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* The calendar object, on the procedural style interface.
@@ -5033,7 +5033,7 @@ function intlcal_get_day_of_week_type($calendar, $dayOfWeek) { }
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Get the first day of the week for the calendar's locale
- * @link https://secure.php.net/manual/en/intlcalendar.getfirstdayofweek.php
+ * @link https://www.php.net/manual/en/intlcalendar.getfirstdayofweek.php
* @param IntlCalendar $calendar
* The calendar object, on the procedural style interface. *
@@ -5048,16 +5048,16 @@ function intlcal_get_first_day_of_week($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $field
- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer
+ * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer
* values between 0 and
* IntlCalendar::FIELD_COUNT.
* @return int
- * An {@link https://secure.php.net/manual/en/language.types.integer.php int} representing a field value, in the field's
+ * An {@link https://www.php.net/manual/en/language.types.integer.php int} representing a field value, in the field's
* unit, or FALSE on failure.
* @since 5.5
*/
@@ -5082,17 +5082,17 @@ function intlcal_get($calendar, $index) { }
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Get the smallest local maximum for a field
- * @link https://secure.php.net/manual/en/intlcalendar.getleastmaximum.php
+ * @link https://www.php.net/manual/en/intlcalendar.getleastmaximum.php
* @param IntlCalendar $calendar
* The calendar object, on the procedural style interface. *
* @param int $field- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
* @return int - * An {@link https://secure.php.net/manual/en/language.types.integer.ph int} representing a field value in the field's + * An {@link https://www.php.net/manual/en/language.types.integer.ph int} representing a field value in the field's * unit or FALSE on failure. * * @since 5.5 @@ -5102,16 +5102,16 @@ function intlcal_get_least_maximum($calendar, $field) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $field
- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer
+ * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer
* values between 0 and
* IntlCalendar::FIELD_COUNT.
* @return int
- * An {@link https://secure.php.net/manual/en/language.types.integer.php int} representing a field value, in the field's
+ * An {@link https://www.php.net/manual/en/language.types.integer.php int} representing a field value, in the field's
* unit, or FALSE on failure.
* @since 5.5
*/
@@ -5120,7 +5120,7 @@ function intlcal_get_greatest_minimum($calendar, $field) { }
/**
* (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
* Get the locale associated with the object
- * @link https://secure.php.net/manual/en/intlcalendar.getlocale.php
+ * @link https://www.php.net/manual/en/intlcalendar.getlocale.php
* @param IntlCalendar $calendar
* The calendar object, on the procedural style interface. *
@@ -5141,12 +5141,12 @@ function intlcal_get_locale($calendar, $localeType) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $field- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -5159,13 +5159,13 @@ function intcal_get_maximum($calendar, $field) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @return int - * An {@link https://secure.php.net/manual/en/language.types.integer.php int} representing a number of days or FALSE on failure. + * An {@link https://www.php.net/manual/en/language.types.integer.php int} representing a number of days or FALSE on failure. * @since 5.5 */ function intlcal_get_minimal_days_in_first_week($calendar) { } @@ -5173,12 +5173,12 @@ function intlcal_get_minimal_days_in_first_week($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $field- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -5191,12 +5191,12 @@ function intlcal_get_minimum($calendar, $field) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @return IntlTimeZone - * An {@link https://secure.php.net/manual/en/class.intltimezone.php IntlTimeZone} object corresponding to the one used + * An {@link https://www.php.net/manual/en/class.intltimezone.php IntlTimeZone} object corresponding to the one used * internally in this object. * @since 5.5 */ @@ -5205,12 +5205,12 @@ function intlcal_get_time_zone($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @return string - * A {@link https://secure.php.net/manual/en/language.types.string.php string} representing the calendar type, such as + * A {@link https://www.php.net/manual/en/language.types.string.php string} representing the calendar type, such as * 'gregorian', 'islamic', etc. * @since 5.5 */ @@ -5219,7 +5219,7 @@ function intlcal_get_type($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5238,15 +5238,15 @@ function intlcal_get_weekend_transition($calendar, $dayOfWeek) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @return bool * Returns TRUE if the date is in Daylight Savings Time, FALSE otherwise. * The value FALSE may also be returned on failure, for instance after - * specifying invalid field values on non-lenient mode; use {@link https://secure.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or query - * {@link https://secure.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to disambiguate. + * specifying invalid field values on non-lenient mode; use {@link https://www.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or query + * {@link https://www.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to disambiguate. * @since 5.5 */ function intlcal_in_daylight_time($calendar) { } @@ -5254,12 +5254,12 @@ function intlcal_in_daylight_time($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @return bool - * A {@link https://secure.php.net/manual/en/language.types.boolean.php bool} representing whether the calendar is set to lenient mode. + * A {@link https://www.php.net/manual/en/language.types.boolean.php bool} representing whether the calendar is set to lenient mode. * @since 5.5 */ function intlcal_is_lenient($calendar) { } @@ -5267,12 +5267,12 @@ function intlcal_is_lenient($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $field- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -5284,12 +5284,12 @@ function intlcal_is_set($calendar, $field) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param int $field- * One of the {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://secure.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer + * One of the {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} date/time {@link https://www.php.net/manual/en/class.intlcalendar.php#intlcalendar.constants field constants}. These are integer * values between 0 and * IntlCalendar::FIELD_COUNT. *
@@ -5302,7 +5302,7 @@ function intlcal_get_maximum($calendar, $field) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5316,7 +5316,7 @@ function intlcal_is_equivalent_to(IntlCalendar $calendarObject, IntlCalendar $ca /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5326,13 +5326,13 @@ function intlcal_is_equivalent_to(IntlCalendar $calendarObject, IntlCalendar $ca * used instead. * * @return bool - *A {@link https://secure.php.net/manual/en/language.types.boolean.php bool} indicating whether the given or this object's time occurs + *
A {@link https://www.php.net/manual/en/language.types.boolean.php bool} indicating whether the given or this object's time occurs * in a weekend. *
** The value FALSE may also be returned on failure, for instance after giving - * a date out of bounds on non-lenient mode; use {@link https://secure.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or query - * {@link https://secure.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to disambiguate.
+ * a date out of bounds on non-lenient mode; use {@link https://www.php.net/manual/en/intl.configuration.php#ini.intl.use-exceptions exceptions} or query + * {@link https://www.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()} to disambiguate. * @since 5.5 */ function intlcal_is_weekend($calendar, $date = null) { } @@ -5341,7 +5341,7 @@ function intlcal_is_weekend($calendar, $date = null) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5358,7 +5358,7 @@ function intlcal_set_first_day_of_week($calendar, $dayOfWeek) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5374,7 +5374,7 @@ function intlcal_set_lenient($calendar, $isLenient) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5388,17 +5388,17 @@ function intlcal_get_repeated_wall_time_option($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
* @param IntlCalendar $calendar * @return bool* Returns TRUE if the current time of both this and the passed in - * {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} object are the same, or FALSE + * {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} object are the same, or FALSE * otherwise. The value FALSE can also be returned on failure. This can only * happen if bad arguments are passed in. In any case, the two cases can be - * distinguished by calling {@link https://secure.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()}. + * distinguished by calling {@link https://www.php.net/manual/en/function.intl-get-error-code.php intl_get_error_code()}. *
* @since 5.5 */ @@ -5407,7 +5407,7 @@ function intlcal_equals($calendarObject, $calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5422,7 +5422,7 @@ function intlcal_get_skipped_wall_time_option($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5439,7 +5439,7 @@ function intlcal_set_repeated_wall_time_option($calendar, $wallTimeOption) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5459,15 +5459,15 @@ function intlcal_set_skipped_wall_time_option($calendar, $wallTimeOption) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)- * A {@link https://secure.php.net/manual/en/class.datetime.php DateTime} object or a {@link https://secure.php.net/manual/en/language.types.string.php string} that - * can be passed to {@link https://secure.php.net/manual/en/datetime.construct.php DateTime::__construct()}. + * A {@link https://www.php.net/manual/en/class.datetime.php DateTime} object or a {@link https://www.php.net/manual/en/language.types.string.php string} that + * can be passed to {@link https://www.php.net/manual/en/datetime.construct.php DateTime::__construct()}. *
* @return IntlCalendar - * The created {@link https://secure.php.net/manual/en/class.intlcalendar.php IntlCalendar} object or NULL in case of - * failure. If a {@link https://secure.php.net/manual/en/language.types.string.php string} is passed, any exception that occurs - * inside the {@link https://secure.php.net/manual/en/class.datetime.php DateTime} constructor is propagated. + * The created {@link https://www.php.net/manual/en/class.intlcalendar.php IntlCalendar} object or NULL in case of + * failure. If a {@link https://www.php.net/manual/en/language.types.string.php string} is passed, any exception that occurs + * inside the {@link https://www.php.net/manual/en/class.datetime.php DateTime} constructor is propagated. * @since 5.5 */ function intlcal_from_date_time($dateTime) { } @@ -5476,12 +5476,12 @@ function intlcal_from_date_time($dateTime) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)* The calendar object, on the procedural style interface. *
* @return DateTime|false - * A {@link https://secure.php.net/manual/en/class.datetime.php DateTime} object with the same timezone as this + * A {@link https://www.php.net/manual/en/class.datetime.php DateTime} object with the same timezone as this * object (though using PHP's database instead of ICU's) and the same time, * except for the smaller precision (second precision instead of millisecond). * Returns FALSE on failure. @@ -5493,7 +5493,7 @@ function intlcal_to_date_time($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5505,7 +5505,7 @@ function intlcal_get_error_code($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The calendar object, on the procedural style interface. *
@@ -5518,7 +5518,7 @@ function intlcal_get_error_message($calendar) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The time zone object, on the procedural style interface. *
- * @link https://secure.php.net/manual/en/intltimezone.getequivalentid.php + * @link https://www.php.net/manual/en/intltimezone.getequivalentid.php * @return int * @since 5.5 */ @@ -5601,7 +5601,7 @@ function intltz_get_dst_savings($obj) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The time zone object, on the procedural style interface. *
@@ -5624,7 +5624,7 @@ function intltz_get_error_code($obj) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The time zone object, on the procedural style interface. *
@@ -5636,7 +5636,7 @@ function intltz_get_error_message($obj) { } /** * (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)* The username to use for authentication. *
diff --git a/config/config.sample.php b/config/config.sample.php index 61d7130660d..b79388a3dc8 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -843,16 +843,16 @@ $CONFIG = [ ], /** - * This uses PHP.date formatting; see http://php.net/manual/en/function.date.php + * This uses PHP.date formatting; see https://www.php.net/manual/en/function.date.php * * Defaults to ISO 8601 ``2005-08-15T15:52:01+00:00`` - see \DateTime::ATOM - * (https://secure.php.net/manual/en/class.datetime.php#datetime.constants.atom) + * (https://www.php.net/manual/en/class.datetime.php#datetime.constants.atom) */ 'logdateformat' => 'F d, Y H:i:s', /** * The timezone for logfiles. You may change this; see - * http://php.net/manual/en/timezones.php + * https://www.php.net/manual/en/timezones.php * * Defaults to ``UTC`` */ @@ -1224,8 +1224,8 @@ $CONFIG = [ */ 'memcached_servers' => [ // hostname, port and optional weight. Also see: - // http://www.php.net/manual/en/memcached.addservers.php - // http://www.php.net/manual/en/memcached.addserver.php + // https://www.php.net/manual/en/memcached.addservers.php + // https://www.php.net/manual/en/memcached.addserver.php ['localhost', 11211], //array('other.host.local', 11211), ], diff --git a/console.php b/console.php index 565569ef28b..694714cd63e 100644 --- a/console.php +++ b/console.php @@ -61,7 +61,7 @@ try { set_exception_handler('exceptionHandler'); if (!function_exists('posix_getuid')) { - echo "The posix extensions are required - see http://php.net/manual/en/book.posix.php" . PHP_EOL; + echo "The posix extensions are required - see https://www.php.net/manual/en/book.posix.php" . PHP_EOL; exit(1); } $user = posix_getpwuid(posix_getuid()); @@ -86,7 +86,7 @@ try { } if (!function_exists('pcntl_signal') && !in_array('--no-warnings', $argv)) { - echo "The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see http://php.net/manual/en/book.pcntl.php" . PHP_EOL; + echo "The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see https://www.php.net/manual/en/book.pcntl.php" . PHP_EOL; } $application = new Application( diff --git a/cron.php b/cron.php index fd7d2040f1b..82abf4152b3 100644 --- a/cron.php +++ b/cron.php @@ -90,7 +90,7 @@ try { // the cron job must be executed with the right user if (!function_exists('posix_getuid')) { - echo "The posix extensions are required - see http://php.net/manual/en/book.posix.php" . PHP_EOL; + echo "The posix extensions are required - see https://www.php.net/manual/en/book.posix.php" . PHP_EOL; exit(1); } diff --git a/lib/private/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php index dcc3c8ec68d..537c8c08fa1 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -134,7 +134,7 @@ class Request implements \ArrayAccess, \Countable, IRequest { * @param IConfig $config * @param CsrfTokenManager|null $csrfTokenManager * @param string $stream - * @see http://www.php.net/manual/en/reserved.variables.php + * @see https://www.php.net/manual/en/reserved.variables.php */ public function __construct(array $vars= [], ISecureRandom $secureRandom = null, diff --git a/lib/private/DB/QueryBuilder/QueryBuilder.php b/lib/private/DB/QueryBuilder/QueryBuilder.php index 4fde0fb4519..474353021d5 100644 --- a/lib/private/DB/QueryBuilder/QueryBuilder.php +++ b/lib/private/DB/QueryBuilder/QueryBuilder.php @@ -1054,7 +1054,7 @@ class QueryBuilder implements IQueryBuilder { * placeholder for you. An automatic placeholder will be of the name * ':dcValue1', ':dcValue2' etc. * - * For more information see {@link http://php.net/pdostatement-bindparam} + * For more information see {@link https://www.php.net/pdostatement-bindparam} * * Example: *
diff --git a/lib/private/Files/Storage/Wrapper/Encoding.php b/lib/private/Files/Storage/Wrapper/Encoding.php
index a2ef1780d6c..aa5c0e99c76 100644
--- a/lib/private/Files/Storage/Wrapper/Encoding.php
+++ b/lib/private/Files/Storage/Wrapper/Encoding.php
@@ -124,7 +124,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.mkdir.php
+ * see https://www.php.net/manual/en/function.mkdir.php
*
* @param string $path
* @return bool
@@ -139,7 +139,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.rmdir.php
+ * see https://www.php.net/manual/en/function.rmdir.php
*
* @param string $path
* @return bool
@@ -153,7 +153,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.opendir.php
+ * see https://www.php.net/manual/en/function.opendir.php
*
* @param string $path
* @return resource
@@ -163,7 +163,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.is_dir.php
+ * see https://www.php.net/manual/en/function.is_dir.php
*
* @param string $path
* @return bool
@@ -173,7 +173,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.is_file.php
+ * see https://www.php.net/manual/en/function.is_file.php
*
* @param string $path
* @return bool
@@ -183,7 +183,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.stat.php
+ * see https://www.php.net/manual/en/function.stat.php
* only the following keys are required in the result: size and mtime
*
* @param string $path
@@ -194,7 +194,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.filetype.php
+ * see https://www.php.net/manual/en/function.filetype.php
*
* @param string $path
* @return bool
@@ -204,7 +204,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.filesize.php
+ * see https://www.php.net/manual/en/function.filesize.php
* The result for filesize when called on a folder is required to be 0
*
* @param string $path
@@ -276,7 +276,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_exists.php
+ * see https://www.php.net/manual/en/function.file_exists.php
*
* @param string $path
* @return bool
@@ -286,7 +286,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.filemtime.php
+ * see https://www.php.net/manual/en/function.filemtime.php
*
* @param string $path
* @return int
@@ -296,7 +296,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_get_contents.php
+ * see https://www.php.net/manual/en/function.file_get_contents.php
*
* @param string $path
* @return string
@@ -306,7 +306,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_put_contents.php
+ * see https://www.php.net/manual/en/function.file_put_contents.php
*
* @param string $path
* @param string $data
@@ -317,7 +317,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.unlink.php
+ * see https://www.php.net/manual/en/function.unlink.php
*
* @param string $path
* @return bool
@@ -331,7 +331,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.rename.php
+ * see https://www.php.net/manual/en/function.rename.php
*
* @param string $path1
* @param string $path2
@@ -343,7 +343,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.copy.php
+ * see https://www.php.net/manual/en/function.copy.php
*
* @param string $path1
* @param string $path2
@@ -354,7 +354,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.fopen.php
+ * see https://www.php.net/manual/en/function.fopen.php
*
* @param string $path
* @param string $mode
@@ -380,7 +380,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.hash.php
+ * see https://www.php.net/manual/en/function.hash.php
*
* @param string $type
* @param string $path
@@ -392,7 +392,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.free_space.php
+ * see https://www.php.net/manual/en/function.free_space.php
*
* @param string $path
* @return int
@@ -412,7 +412,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.touch.php
+ * see https://www.php.net/manual/en/function.touch.php
* If the backend does not support the operation, false should be returned
*
* @param string $path
diff --git a/lib/private/Files/Storage/Wrapper/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php
index 3a97764fbb8..04c278fb570 100644
--- a/lib/private/Files/Storage/Wrapper/Encryption.php
+++ b/lib/private/Files/Storage/Wrapper/Encryption.php
@@ -132,7 +132,7 @@ class Encryption extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.filesize.php
+ * see https://www.php.net/manual/en/function.filesize.php
* The result for filesize when called on a folder is required to be 0
*
* @param string $path
@@ -210,7 +210,7 @@ class Encryption extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_get_contents.php
+ * see https://www.php.net/manual/en/function.file_get_contents.php
*
* @param string $path
* @return string
@@ -231,7 +231,7 @@ class Encryption extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_put_contents.php
+ * see https://www.php.net/manual/en/function.file_put_contents.php
*
* @param string $path
* @param string $data
@@ -250,7 +250,7 @@ class Encryption extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.unlink.php
+ * see https://www.php.net/manual/en/function.unlink.php
*
* @param string $path
* @return bool
@@ -270,7 +270,7 @@ class Encryption extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.rename.php
+ * see https://www.php.net/manual/en/function.rename.php
*
* @param string $path1
* @param string $path2
@@ -302,7 +302,7 @@ class Encryption extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.rmdir.php
+ * see https://www.php.net/manual/en/function.rmdir.php
*
* @param string $path
* @return bool
@@ -344,7 +344,7 @@ class Encryption extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.copy.php
+ * see https://www.php.net/manual/en/function.copy.php
*
* @param string $path1
* @param string $path2
@@ -364,7 +364,7 @@ class Encryption extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.fopen.php
+ * see https://www.php.net/manual/en/function.fopen.php
*
* @param string $path
* @param string $mode
@@ -807,7 +807,7 @@ class Encryption extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.stat.php
+ * see https://www.php.net/manual/en/function.stat.php
* only the following keys are required in the result: size and mtime
*
* @param string $path
@@ -823,7 +823,7 @@ class Encryption extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.hash.php
+ * see https://www.php.net/manual/en/function.hash.php
*
* @param string $type
* @param string $path
diff --git a/lib/private/Files/Storage/Wrapper/Jail.php b/lib/private/Files/Storage/Wrapper/Jail.php
index 449a238096d..76121cbb6c8 100644
--- a/lib/private/Files/Storage/Wrapper/Jail.php
+++ b/lib/private/Files/Storage/Wrapper/Jail.php
@@ -83,7 +83,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.mkdir.php
+ * see https://www.php.net/manual/en/function.mkdir.php
*
* @param string $path
* @return bool
@@ -93,7 +93,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.rmdir.php
+ * see https://www.php.net/manual/en/function.rmdir.php
*
* @param string $path
* @return bool
@@ -103,7 +103,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.opendir.php
+ * see https://www.php.net/manual/en/function.opendir.php
*
* @param string $path
* @return resource
@@ -113,7 +113,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.is_dir.php
+ * see https://www.php.net/manual/en/function.is_dir.php
*
* @param string $path
* @return bool
@@ -123,7 +123,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.is_file.php
+ * see https://www.php.net/manual/en/function.is_file.php
*
* @param string $path
* @return bool
@@ -133,7 +133,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.stat.php
+ * see https://www.php.net/manual/en/function.stat.php
* only the following keys are required in the result: size and mtime
*
* @param string $path
@@ -144,7 +144,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.filetype.php
+ * see https://www.php.net/manual/en/function.filetype.php
*
* @param string $path
* @return bool
@@ -154,7 +154,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.filesize.php
+ * see https://www.php.net/manual/en/function.filesize.php
* The result for filesize when called on a folder is required to be 0
*
* @param string $path
@@ -226,7 +226,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_exists.php
+ * see https://www.php.net/manual/en/function.file_exists.php
*
* @param string $path
* @return bool
@@ -236,7 +236,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.filemtime.php
+ * see https://www.php.net/manual/en/function.filemtime.php
*
* @param string $path
* @return int
@@ -246,7 +246,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_get_contents.php
+ * see https://www.php.net/manual/en/function.file_get_contents.php
*
* @param string $path
* @return string
@@ -256,7 +256,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_put_contents.php
+ * see https://www.php.net/manual/en/function.file_put_contents.php
*
* @param string $path
* @param string $data
@@ -267,7 +267,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.unlink.php
+ * see https://www.php.net/manual/en/function.unlink.php
*
* @param string $path
* @return bool
@@ -277,7 +277,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.rename.php
+ * see https://www.php.net/manual/en/function.rename.php
*
* @param string $path1
* @param string $path2
@@ -288,7 +288,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.copy.php
+ * see https://www.php.net/manual/en/function.copy.php
*
* @param string $path1
* @param string $path2
@@ -299,7 +299,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.fopen.php
+ * see https://www.php.net/manual/en/function.fopen.php
*
* @param string $path
* @param string $mode
@@ -321,7 +321,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.hash.php
+ * see https://www.php.net/manual/en/function.hash.php
*
* @param string $type
* @param string $path
@@ -333,7 +333,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.free_space.php
+ * see https://www.php.net/manual/en/function.free_space.php
*
* @param string $path
* @return int
@@ -353,7 +353,7 @@ class Jail extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.touch.php
+ * see https://www.php.net/manual/en/function.touch.php
* If the backend does not support the operation, false should be returned
*
* @param string $path
diff --git a/lib/private/Files/Storage/Wrapper/Quota.php b/lib/private/Files/Storage/Wrapper/Quota.php
index 4b99af46b02..e1a72227501 100644
--- a/lib/private/Files/Storage/Wrapper/Quota.php
+++ b/lib/private/Files/Storage/Wrapper/Quota.php
@@ -115,7 +115,7 @@ class Quota extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_put_contents.php
+ * see https://www.php.net/manual/en/function.file_put_contents.php
*
* @param string $path
* @param string $data
@@ -131,7 +131,7 @@ class Quota extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.copy.php
+ * see https://www.php.net/manual/en/function.copy.php
*
* @param string $source
* @param string $target
@@ -147,7 +147,7 @@ class Quota extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.fopen.php
+ * see https://www.php.net/manual/en/function.fopen.php
*
* @param string $path
* @param string $mode
diff --git a/lib/private/Files/Storage/Wrapper/Wrapper.php b/lib/private/Files/Storage/Wrapper/Wrapper.php
index 4584bebe076..e8d84012416 100644
--- a/lib/private/Files/Storage/Wrapper/Wrapper.php
+++ b/lib/private/Files/Storage/Wrapper/Wrapper.php
@@ -74,7 +74,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.mkdir.php
+ * see https://www.php.net/manual/en/function.mkdir.php
*
* @param string $path
* @return bool
@@ -84,7 +84,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.rmdir.php
+ * see https://www.php.net/manual/en/function.rmdir.php
*
* @param string $path
* @return bool
@@ -94,7 +94,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.opendir.php
+ * see https://www.php.net/manual/en/function.opendir.php
*
* @param string $path
* @return resource
@@ -104,7 +104,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.is_dir.php
+ * see https://www.php.net/manual/en/function.is_dir.php
*
* @param string $path
* @return bool
@@ -114,7 +114,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.is_file.php
+ * see https://www.php.net/manual/en/function.is_file.php
*
* @param string $path
* @return bool
@@ -124,7 +124,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.stat.php
+ * see https://www.php.net/manual/en/function.stat.php
* only the following keys are required in the result: size and mtime
*
* @param string $path
@@ -135,7 +135,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.filetype.php
+ * see https://www.php.net/manual/en/function.filetype.php
*
* @param string $path
* @return bool
@@ -145,7 +145,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.filesize.php
+ * see https://www.php.net/manual/en/function.filesize.php
* The result for filesize when called on a folder is required to be 0
*
* @param string $path
@@ -217,7 +217,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.file_exists.php
+ * see https://www.php.net/manual/en/function.file_exists.php
*
* @param string $path
* @return bool
@@ -227,7 +227,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.filemtime.php
+ * see https://www.php.net/manual/en/function.filemtime.php
*
* @param string $path
* @return int
@@ -237,7 +237,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.file_get_contents.php
+ * see https://www.php.net/manual/en/function.file_get_contents.php
*
* @param string $path
* @return string
@@ -247,7 +247,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.file_put_contents.php
+ * see https://www.php.net/manual/en/function.file_put_contents.php
*
* @param string $path
* @param string $data
@@ -258,7 +258,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.unlink.php
+ * see https://www.php.net/manual/en/function.unlink.php
*
* @param string $path
* @return bool
@@ -268,7 +268,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.rename.php
+ * see https://www.php.net/manual/en/function.rename.php
*
* @param string $path1
* @param string $path2
@@ -279,7 +279,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.copy.php
+ * see https://www.php.net/manual/en/function.copy.php
*
* @param string $path1
* @param string $path2
@@ -290,7 +290,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.fopen.php
+ * see https://www.php.net/manual/en/function.fopen.php
*
* @param string $path
* @param string $mode
@@ -312,7 +312,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.hash.php
+ * see https://www.php.net/manual/en/function.hash.php
*
* @param string $type
* @param string $path
@@ -324,7 +324,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.free_space.php
+ * see https://www.php.net/manual/en/function.free_space.php
*
* @param string $path
* @return int
@@ -344,7 +344,7 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
}
/**
- * see http://php.net/manual/en/function.touch.php
+ * see https://www.php.net/manual/en/function.touch.php
* If the backend does not support the operation, false should be returned
*
* @param string $path
diff --git a/lib/private/Preview/HEIC.php b/lib/private/Preview/HEIC.php
index c2b9b541ad3..a21c6f48e2f 100644
--- a/lib/private/Preview/HEIC.php
+++ b/lib/private/Preview/HEIC.php
@@ -133,7 +133,7 @@ class HEIC extends ProviderV2 {
// A bigger image calls for some better resizing algorithm
// According to http://www.imagemagick.org/Usage/filter/#lanczos
// the catrom filter is almost identical to Lanczos2, but according
- // to http://php.net/manual/en/imagick.resizeimage.php it is
+ // to https://www.php.net/manual/en/imagick.resizeimage.php it is
// significantly faster
$bp->resizeImage($maxX, $maxY, \Imagick::FILTER_CATROM, 1, true);
}
diff --git a/lib/private/Share/SearchResultSorter.php b/lib/private/Share/SearchResultSorter.php
index 2151eb2acb6..3392a546d0f 100644
--- a/lib/private/Share/SearchResultSorter.php
+++ b/lib/private/Share/SearchResultSorter.php
@@ -51,7 +51,7 @@ class SearchResultSorter {
/**
* User and Group names matching the search term at the beginning shall appear
* on top of the share dialog. Following entries in alphabetical order.
- * Callback function for usort. http://php.net/usort
+ * Callback function for usort. https://www.php.net/usort
*/
public function sort($a, $b) {
if (!isset($a[$this->key]) || !isset($b[$this->key])) {
diff --git a/lib/private/legacy/OC_Helper.php b/lib/private/legacy/OC_Helper.php
index 77f0d922564..05a85386b4f 100644
--- a/lib/private/legacy/OC_Helper.php
+++ b/lib/private/legacy/OC_Helper.php
@@ -94,7 +94,7 @@ class OC_Helper {
*
* Makes 2kB to 2048.
*
- * Inspired by: http://www.php.net/manual/en/function.filesize.php#92418
+ * Inspired by: https://www.php.net/manual/en/function.filesize.php#92418
*/
public static function computerFileSize($str) {
$str = strtolower($str);
@@ -340,7 +340,7 @@ class OC_Helper {
* @return array
*
* Returns an array with all keys from input lowercased or uppercased. Numbered indices are left as is.
- * based on http://www.php.net/manual/en/function.array-change-key-case.php#107715
+ * based on https://www.php.net/manual/en/function.array-change-key-case.php#107715
*
*/
public static function mb_array_change_key_case($input, $case = MB_CASE_LOWER, $encoding = 'UTF-8') {
@@ -361,7 +361,7 @@ class OC_Helper {
*
* performs a search in a nested array
*
- * taken from http://www.php.net/manual/en/function.array-search.php#97645
+ * taken from https://www.php.net/manual/en/function.array-search.php#97645
*/
public static function recursiveArraySearch($haystack, $needle, $index = null) {
$aIt = new RecursiveArrayIterator($haystack);
diff --git a/lib/private/legacy/OC_Image.php b/lib/private/legacy/OC_Image.php
index 3e9812c99f2..5a516fb1da2 100644
--- a/lib/private/legacy/OC_Image.php
+++ b/lib/private/legacy/OC_Image.php
@@ -1275,7 +1275,7 @@ if (!function_exists('exif_imagetype')) {
/**
* Workaround if exif_imagetype does not exist
*
- * @link http://www.php.net/manual/en/function.exif-imagetype.php#80383
+ * @link https://www.php.net/manual/en/function.exif-imagetype.php#80383
* @param string $fileName
* @return string|boolean
*/
diff --git a/lib/public/DB/QueryBuilder/IQueryBuilder.php b/lib/public/DB/QueryBuilder/IQueryBuilder.php
index 3a9c8460439..a4a03e5a94b 100644
--- a/lib/public/DB/QueryBuilder/IQueryBuilder.php
+++ b/lib/public/DB/QueryBuilder/IQueryBuilder.php
@@ -785,7 +785,7 @@ interface IQueryBuilder {
* placeholder for you. An automatic placeholder will be of the name
* ':dcValue1', ':dcValue2' etc.
*
- * For more information see {@link http://php.net/pdostatement-bindparam}
+ * For more information see {@link https://www.php.net/pdostatement-bindparam}
*
* Example:
*
diff --git a/lib/public/Files/Storage.php b/lib/public/Files/Storage.php
index d642512641d..fb56e7e3bfb 100644
--- a/lib/public/Files/Storage.php
+++ b/lib/public/Files/Storage.php
@@ -70,7 +70,7 @@ interface Storage extends IStorage {
public function getId();
/**
- * see http://php.net/manual/en/function.mkdir.php
+ * see https://www.php.net/manual/en/function.mkdir.php
* implementations need to implement a recursive mkdir
*
* @param string $path
@@ -80,7 +80,7 @@ interface Storage extends IStorage {
public function mkdir($path);
/**
- * see http://php.net/manual/en/function.rmdir.php
+ * see https://www.php.net/manual/en/function.rmdir.php
*
* @param string $path
* @return bool
@@ -89,7 +89,7 @@ interface Storage extends IStorage {
public function rmdir($path);
/**
- * see http://php.net/manual/en/function.opendir.php
+ * see https://www.php.net/manual/en/function.opendir.php
*
* @param string $path
* @return resource|false
@@ -98,7 +98,7 @@ interface Storage extends IStorage {
public function opendir($path);
/**
- * see http://php.net/manual/en/function.is-dir.php
+ * see https://www.php.net/manual/en/function.is-dir.php
*
* @param string $path
* @return bool
@@ -107,7 +107,7 @@ interface Storage extends IStorage {
public function is_dir($path);
/**
- * see http://php.net/manual/en/function.is-file.php
+ * see https://www.php.net/manual/en/function.is-file.php
*
* @param string $path
* @return bool
@@ -116,7 +116,7 @@ interface Storage extends IStorage {
public function is_file($path);
/**
- * see http://php.net/manual/en/function.stat.php
+ * see https://www.php.net/manual/en/function.stat.php
* only the following keys are required in the result: size and mtime
*
* @param string $path
@@ -126,7 +126,7 @@ interface Storage extends IStorage {
public function stat($path);
/**
- * see http://php.net/manual/en/function.filetype.php
+ * see https://www.php.net/manual/en/function.filetype.php
*
* @param string $path
* @return string|false
@@ -135,7 +135,7 @@ interface Storage extends IStorage {
public function filetype($path);
/**
- * see http://php.net/manual/en/function.filesize.php
+ * see https://www.php.net/manual/en/function.filesize.php
* The result for filesize when called on a folder is required to be 0
*
* @param string $path
@@ -200,7 +200,7 @@ interface Storage extends IStorage {
public function getPermissions($path);
/**
- * see http://php.net/manual/en/function.file_exists.php
+ * see https://www.php.net/manual/en/function.file_exists.php
*
* @param string $path
* @return bool
@@ -209,7 +209,7 @@ interface Storage extends IStorage {
public function file_exists($path);
/**
- * see http://php.net/manual/en/function.filemtime.php
+ * see https://www.php.net/manual/en/function.filemtime.php
*
* @param string $path
* @return int|false
@@ -218,7 +218,7 @@ interface Storage extends IStorage {
public function filemtime($path);
/**
- * see http://php.net/manual/en/function.file_get_contents.php
+ * see https://www.php.net/manual/en/function.file_get_contents.php
*
* @param string $path
* @return string|false
@@ -227,7 +227,7 @@ interface Storage extends IStorage {
public function file_get_contents($path);
/**
- * see http://php.net/manual/en/function.file_put_contents.php
+ * see https://www.php.net/manual/en/function.file_put_contents.php
*
* @param string $path
* @param string $data
@@ -237,7 +237,7 @@ interface Storage extends IStorage {
public function file_put_contents($path, $data);
/**
- * see http://php.net/manual/en/function.unlink.php
+ * see https://www.php.net/manual/en/function.unlink.php
*
* @param string $path
* @return bool
@@ -246,7 +246,7 @@ interface Storage extends IStorage {
public function unlink($path);
/**
- * see http://php.net/manual/en/function.rename.php
+ * see https://www.php.net/manual/en/function.rename.php
*
* @param string $path1
* @param string $path2
@@ -256,7 +256,7 @@ interface Storage extends IStorage {
public function rename($path1, $path2);
/**
- * see http://php.net/manual/en/function.copy.php
+ * see https://www.php.net/manual/en/function.copy.php
*
* @param string $path1
* @param string $path2
@@ -266,7 +266,7 @@ interface Storage extends IStorage {
public function copy($path1, $path2);
/**
- * see http://php.net/manual/en/function.fopen.php
+ * see https://www.php.net/manual/en/function.fopen.php
*
* @param string $path
* @param string $mode
@@ -286,7 +286,7 @@ interface Storage extends IStorage {
public function getMimeType($path);
/**
- * see http://php.net/manual/en/function.hash-file.php
+ * see https://www.php.net/manual/en/function.hash-file.php
*
* @param string $type
* @param string $path
@@ -297,7 +297,7 @@ interface Storage extends IStorage {
public function hash($type, $path, $raw = false);
/**
- * see http://php.net/manual/en/function.free_space.php
+ * see https://www.php.net/manual/en/function.free_space.php
*
* @param string $path
* @return int|false
@@ -315,7 +315,7 @@ interface Storage extends IStorage {
public function search($query);
/**
- * see http://php.net/manual/en/function.touch.php
+ * see https://www.php.net/manual/en/function.touch.php
* If the backend does not support the operation, false should be returned
*
* @param string $path
diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php
index f5073d1ad73..f8877895747 100644
--- a/lib/public/Files/Storage/IStorage.php
+++ b/lib/public/Files/Storage/IStorage.php
@@ -66,7 +66,7 @@ interface IStorage {
public function getId();
/**
- * see http://php.net/manual/en/function.mkdir.php
+ * see https://www.php.net/manual/en/function.mkdir.php
* implementations need to implement a recursive mkdir
*
* @param string $path
@@ -76,7 +76,7 @@ interface IStorage {
public function mkdir($path);
/**
- * see http://php.net/manual/en/function.rmdir.php
+ * see https://www.php.net/manual/en/function.rmdir.php
*
* @param string $path
* @return bool
@@ -85,7 +85,7 @@ interface IStorage {
public function rmdir($path);
/**
- * see http://php.net/manual/en/function.opendir.php
+ * see https://www.php.net/manual/en/function.opendir.php
*
* @param string $path
* @return resource|false
@@ -94,7 +94,7 @@ interface IStorage {
public function opendir($path);
/**
- * see http://php.net/manual/en/function.is-dir.php
+ * see https://www.php.net/manual/en/function.is-dir.php
*
* @param string $path
* @return bool
@@ -103,7 +103,7 @@ interface IStorage {
public function is_dir($path);
/**
- * see http://php.net/manual/en/function.is-file.php
+ * see https://www.php.net/manual/en/function.is-file.php
*
* @param string $path
* @return bool
@@ -112,7 +112,7 @@ interface IStorage {
public function is_file($path);
/**
- * see http://php.net/manual/en/function.stat.php
+ * see https://www.php.net/manual/en/function.stat.php
* only the following keys are required in the result: size and mtime
*
* @param string $path
@@ -122,7 +122,7 @@ interface IStorage {
public function stat($path);
/**
- * see http://php.net/manual/en/function.filetype.php
+ * see https://www.php.net/manual/en/function.filetype.php
*
* @param string $path
* @return string|false
@@ -131,7 +131,7 @@ interface IStorage {
public function filetype($path);
/**
- * see http://php.net/manual/en/function.filesize.php
+ * see https://www.php.net/manual/en/function.filesize.php
* The result for filesize when called on a folder is required to be 0
*
* @param string $path
@@ -196,7 +196,7 @@ interface IStorage {
public function getPermissions($path);
/**
- * see http://php.net/manual/en/function.file_exists.php
+ * see https://www.php.net/manual/en/function.file_exists.php
*
* @param string $path
* @return bool
@@ -205,7 +205,7 @@ interface IStorage {
public function file_exists($path);
/**
- * see http://php.net/manual/en/function.filemtime.php
+ * see https://www.php.net/manual/en/function.filemtime.php
*
* @param string $path
* @return int|false
@@ -214,7 +214,7 @@ interface IStorage {
public function filemtime($path);
/**
- * see http://php.net/manual/en/function.file_get_contents.php
+ * see https://www.php.net/manual/en/function.file_get_contents.php
*
* @param string $path
* @return string|false
@@ -223,7 +223,7 @@ interface IStorage {
public function file_get_contents($path);
/**
- * see http://php.net/manual/en/function.file_put_contents.php
+ * see https://www.php.net/manual/en/function.file_put_contents.php
*
* @param string $path
* @param string $data
@@ -233,7 +233,7 @@ interface IStorage {
public function file_put_contents($path, $data);
/**
- * see http://php.net/manual/en/function.unlink.php
+ * see https://www.php.net/manual/en/function.unlink.php
*
* @param string $path
* @return bool
@@ -242,7 +242,7 @@ interface IStorage {
public function unlink($path);
/**
- * see http://php.net/manual/en/function.rename.php
+ * see https://www.php.net/manual/en/function.rename.php
*
* @param string $path1
* @param string $path2
@@ -252,7 +252,7 @@ interface IStorage {
public function rename($path1, $path2);
/**
- * see http://php.net/manual/en/function.copy.php
+ * see https://www.php.net/manual/en/function.copy.php
*
* @param string $path1
* @param string $path2
@@ -262,7 +262,7 @@ interface IStorage {
public function copy($path1, $path2);
/**
- * see http://php.net/manual/en/function.fopen.php
+ * see https://www.php.net/manual/en/function.fopen.php
*
* @param string $path
* @param string $mode
@@ -282,7 +282,7 @@ interface IStorage {
public function getMimeType($path);
/**
- * see http://php.net/manual/en/function.hash-file.php
+ * see https://www.php.net/manual/en/function.hash-file.php
*
* @param string $type
* @param string $path
@@ -293,7 +293,7 @@ interface IStorage {
public function hash($type, $path, $raw = false);
/**
- * see http://php.net/manual/en/function.free_space.php
+ * see https://www.php.net/manual/en/function.free_space.php
*
* @param string $path
* @return int|false
@@ -302,7 +302,7 @@ interface IStorage {
public function free_space($path);
/**
- * see http://php.net/manual/en/function.touch.php
+ * see https://www.php.net/manual/en/function.touch.php
* If the backend does not support the operation, false should be returned
*
* @param string $path
diff --git a/lib/public/Util.php b/lib/public/Util.php
index 72f061afb45..3e41cfedae8 100644
--- a/lib/public/Util.php
+++ b/lib/public/Util.php
@@ -315,7 +315,7 @@ class Util {
* @param string $str file size in a fancy format
* @return float a file size in bytes
*
- * Inspired by: http://www.php.net/manual/en/function.filesize.php#92418
+ * Inspired by: https://www.php.net/manual/en/function.filesize.php#92418
* @since 4.0.0
*/
public static function computerFileSize($str) {