From ef23f935904c3dd866a9c39487f83cefd7848b80 Mon Sep 17 00:00:00 2001 From: kvz Date: Fri, 5 Apr 2024 15:22:23 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20c55ff?= =?UTF-8?q?1d8629a126511f7f11f3bbcd69ba0f6342d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2012/09/new-site/index.html | 4 +- .../index.html | 4 +- 2013/05/coding-style/index.html | 4 +- 2016/04/breaking-bc/index.html | 4 +- 2016/04/jekyll/index.html | 4 +- 2016/04/standard-coding-style/index.html | 4 +- 2016/05/announcing-locutus/index.html | 4 +- 404.html | 6 +- atom.xml | 16 +- authors/index.html | 448 +++++++++--------- c/index.html | 4 +- c/math/abs/index.html | 4 +- c/math/frexp/index.html | 4 +- c/math/index.html | 4 +- c/stdio/index.html | 4 +- c/stdio/sprintf/index.html | 4 +- content.json | 2 +- golang/index.html | 4 +- golang/strings/Contains/index.html | 4 +- golang/strings/Count/index.html | 4 +- golang/strings/Index/index.html | 4 +- golang/strings/LastIndex/index.html | 4 +- golang/strings/index.html | 4 +- index.html | 6 +- php/array/array_change_key_case/index.html | 4 +- php/array/array_chunk/index.html | 4 +- php/array/array_column/index.html | 4 +- php/array/array_combine/index.html | 4 +- php/array/array_count_values/index.html | 4 +- php/array/array_diff/index.html | 4 +- php/array/array_diff_assoc/index.html | 4 +- php/array/array_diff_key/index.html | 4 +- php/array/array_diff_uassoc/index.html | 4 +- php/array/array_diff_ukey/index.html | 4 +- php/array/array_fill/index.html | 4 +- php/array/array_fill_keys/index.html | 4 +- php/array/array_filter/index.html | 4 +- php/array/array_flip/index.html | 4 +- php/array/array_intersect/index.html | 4 +- php/array/array_intersect_assoc/index.html | 4 +- php/array/array_intersect_key/index.html | 4 +- php/array/array_intersect_uassoc/index.html | 4 +- php/array/array_intersect_ukey/index.html | 4 +- php/array/array_key_exists/index.html | 4 +- php/array/array_keys/index.html | 4 +- php/array/array_map/index.html | 4 +- php/array/array_merge/index.html | 4 +- php/array/array_merge_recursive/index.html | 4 +- php/array/array_multisort/index.html | 4 +- php/array/array_pad/index.html | 4 +- php/array/array_pop/index.html | 4 +- php/array/array_product/index.html | 4 +- php/array/array_push/index.html | 4 +- php/array/array_rand/index.html | 4 +- php/array/array_reduce/index.html | 4 +- php/array/array_replace/index.html | 4 +- php/array/array_replace_recursive/index.html | 4 +- php/array/array_reverse/index.html | 4 +- php/array/array_search/index.html | 4 +- php/array/array_shift/index.html | 4 +- php/array/array_slice/index.html | 4 +- php/array/array_splice/index.html | 4 +- php/array/array_sum/index.html | 4 +- php/array/array_udiff/index.html | 4 +- php/array/array_udiff_assoc/index.html | 4 +- php/array/array_udiff_uassoc/index.html | 4 +- php/array/array_uintersect/index.html | 4 +- php/array/array_uintersect_uassoc/index.html | 4 +- php/array/array_unique/index.html | 4 +- php/array/array_unshift/index.html | 4 +- php/array/array_values/index.html | 4 +- php/array/array_walk/index.html | 4 +- php/array/array_walk_recursive/index.html | 4 +- php/array/arsort/index.html | 4 +- php/array/asort/index.html | 4 +- php/array/count/index.html | 4 +- php/array/current/index.html | 4 +- php/array/each/index.html | 4 +- php/array/end/index.html | 4 +- php/array/in_array/index.html | 4 +- php/array/index.html | 4 +- php/array/key/index.html | 4 +- php/array/krsort/index.html | 4 +- php/array/ksort/index.html | 4 +- php/array/natcasesort/index.html | 4 +- php/array/natsort/index.html | 4 +- php/array/next/index.html | 4 +- php/array/pos/index.html | 4 +- php/array/prev/index.html | 4 +- php/array/range/index.html | 4 +- php/array/reset/index.html | 4 +- php/array/rsort/index.html | 4 +- php/array/shuffle/index.html | 4 +- php/array/sizeof/index.html | 4 +- php/array/sort/index.html | 4 +- php/array/uasort/index.html | 4 +- php/array/uksort/index.html | 4 +- php/array/usort/index.html | 4 +- php/bc/bcadd/index.html | 4 +- php/bc/bccomp/index.html | 4 +- php/bc/bcdiv/index.html | 4 +- php/bc/bcmul/index.html | 4 +- php/bc/bcround/index.html | 4 +- php/bc/bcscale/index.html | 4 +- php/bc/bcsub/index.html | 4 +- php/bc/index.html | 4 +- php/ctype/ctype_alnum/index.html | 4 +- php/ctype/ctype_alpha/index.html | 4 +- php/ctype/ctype_cntrl/index.html | 4 +- php/ctype/ctype_digit/index.html | 4 +- php/ctype/ctype_graph/index.html | 4 +- php/ctype/ctype_lower/index.html | 4 +- php/ctype/ctype_print/index.html | 4 +- php/ctype/ctype_punct/index.html | 4 +- php/ctype/ctype_space/index.html | 4 +- php/ctype/ctype_upper/index.html | 4 +- php/ctype/ctype_xdigit/index.html | 4 +- php/ctype/index.html | 4 +- php/datetime/checkdate/index.html | 4 +- php/datetime/date/index.html | 4 +- php/datetime/date_parse/index.html | 4 +- php/datetime/getdate/index.html | 4 +- php/datetime/gettimeofday/index.html | 4 +- php/datetime/gmdate/index.html | 4 +- php/datetime/gmmktime/index.html | 4 +- php/datetime/gmstrftime/index.html | 4 +- php/datetime/idate/index.html | 4 +- php/datetime/index.html | 4 +- php/datetime/microtime/index.html | 4 +- php/datetime/mktime/index.html | 4 +- php/datetime/strftime/index.html | 4 +- php/datetime/strptime/index.html | 4 +- php/datetime/strtotime/index.html | 8 +- php/datetime/time/index.html | 4 +- php/exec/escapeshellarg/index.html | 4 +- php/exec/index.html | 4 +- php/filesystem/basename/index.html | 4 +- php/filesystem/dirname/index.html | 4 +- php/filesystem/file_get_contents/index.html | 4 +- php/filesystem/index.html | 4 +- php/filesystem/pathinfo/index.html | 4 +- php/filesystem/realpath/index.html | 4 +- php/funchand/call_user_func/index.html | 4 +- php/funchand/call_user_func_array/index.html | 4 +- php/funchand/create_function/index.html | 4 +- php/funchand/function_exists/index.html | 4 +- php/funchand/get_defined_functions/index.html | 4 +- php/funchand/index.html | 4 +- php/i18n/i18n_loc_get_default/index.html | 4 +- php/i18n/i18n_loc_set_default/index.html | 4 +- php/i18n/index.html | 4 +- php/index.html | 4 +- php/info/assert_options/index.html | 4 +- php/info/getenv/index.html | 4 +- php/info/index.html | 4 +- php/info/ini_get/index.html | 4 +- php/info/ini_set/index.html | 4 +- php/info/set_time_limit/index.html | 4 +- php/info/version_compare/index.html | 4 +- php/json/index.html | 4 +- php/json/json_decode/index.html | 4 +- php/json/json_encode/index.html | 4 +- php/json/json_last_error/index.html | 4 +- php/math/abs/index.html | 4 +- php/math/acos/index.html | 4 +- php/math/acosh/index.html | 4 +- php/math/asin/index.html | 4 +- php/math/asinh/index.html | 4 +- php/math/atan/index.html | 4 +- php/math/atan2/index.html | 4 +- php/math/atanh/index.html | 4 +- php/math/base_convert/index.html | 4 +- php/math/bindec/index.html | 4 +- php/math/ceil/index.html | 4 +- php/math/cos/index.html | 4 +- php/math/cosh/index.html | 4 +- php/math/decbin/index.html | 4 +- php/math/dechex/index.html | 4 +- php/math/decoct/index.html | 4 +- php/math/deg2rad/index.html | 4 +- php/math/exp/index.html | 4 +- php/math/expm1/index.html | 4 +- php/math/floor/index.html | 4 +- php/math/fmod/index.html | 4 +- php/math/getrandmax/index.html | 4 +- php/math/hexdec/index.html | 4 +- php/math/hypot/index.html | 4 +- php/math/index.html | 4 +- php/math/is_finite/index.html | 4 +- php/math/is_infinite/index.html | 4 +- php/math/is_nan/index.html | 4 +- php/math/lcg_value/index.html | 4 +- php/math/log/index.html | 4 +- php/math/log10/index.html | 4 +- php/math/log1p/index.html | 4 +- php/math/max/index.html | 4 +- php/math/min/index.html | 4 +- php/math/mt_getrandmax/index.html | 4 +- php/math/mt_rand/index.html | 4 +- php/math/octdec/index.html | 4 +- php/math/pi/index.html | 4 +- php/math/pow/index.html | 4 +- php/math/rad2deg/index.html | 4 +- php/math/rand/index.html | 4 +- php/math/round/index.html | 4 +- php/math/sin/index.html | 4 +- php/math/sinh/index.html | 4 +- php/math/sqrt/index.html | 4 +- php/math/tan/index.html | 4 +- php/math/tanh/index.html | 4 +- php/misc/index.html | 4 +- php/misc/pack/index.html | 6 +- php/misc/uniqid/index.html | 4 +- php/net-gopher/gopher_parsedir/index.html | 4 +- php/net-gopher/index.html | 4 +- php/network/index.html | 4 +- php/network/inet_ntop/index.html | 4 +- php/network/inet_pton/index.html | 4 +- php/network/ip2long/index.html | 4 +- php/network/long2ip/index.html | 4 +- php/network/setcookie/index.html | 4 +- php/network/setrawcookie/index.html | 4 +- php/pcre/index.html | 4 +- php/pcre/preg_match/index.html | 4 +- php/pcre/preg_quote/index.html | 4 +- php/pcre/preg_replace/index.html | 4 +- php/pcre/sql_regcase/index.html | 4 +- php/strings/addcslashes/index.html | 4 +- php/strings/addslashes/index.html | 4 +- php/strings/bin2hex/index.html | 4 +- php/strings/chop/index.html | 4 +- php/strings/chr/index.html | 4 +- php/strings/chunk_split/index.html | 4 +- php/strings/convert_cyr_string/index.html | 4 +- php/strings/convert_uuencode/index.html | 4 +- php/strings/count_chars/index.html | 4 +- php/strings/crc32/index.html | 4 +- php/strings/echo/index.html | 4 +- php/strings/explode/index.html | 4 +- .../get_html_translation_table/index.html | 4 +- php/strings/hex2bin/index.html | 4 +- php/strings/html_entity_decode/index.html | 4 +- php/strings/htmlentities/index.html | 4 +- php/strings/htmlspecialchars/index.html | 4 +- .../htmlspecialchars_decode/index.html | 4 +- php/strings/implode/index.html | 4 +- php/strings/index.html | 4 +- php/strings/join/index.html | 4 +- php/strings/lcfirst/index.html | 4 +- php/strings/levenshtein/index.html | 4 +- php/strings/localeconv/index.html | 4 +- php/strings/ltrim/index.html | 4 +- php/strings/md5/index.html | 4 +- php/strings/md5_file/index.html | 4 +- php/strings/metaphone/index.html | 4 +- php/strings/money_format/index.html | 4 +- php/strings/nl2br/index.html | 4 +- php/strings/nl_langinfo/index.html | 4 +- php/strings/number_format/index.html | 4 +- php/strings/ord/index.html | 4 +- php/strings/parse_str/index.html | 4 +- php/strings/printf/index.html | 4 +- .../quoted_printable_decode/index.html | 4 +- .../quoted_printable_encode/index.html | 4 +- php/strings/quotemeta/index.html | 4 +- php/strings/rtrim/index.html | 4 +- php/strings/setlocale/index.html | 4 +- php/strings/sha1/index.html | 4 +- php/strings/sha1_file/index.html | 4 +- php/strings/similar_text/index.html | 4 +- php/strings/soundex/index.html | 4 +- php/strings/split/index.html | 4 +- php/strings/sprintf/index.html | 4 +- php/strings/sscanf/index.html | 4 +- php/strings/str_getcsv/index.html | 4 +- php/strings/str_ireplace/index.html | 4 +- php/strings/str_pad/index.html | 4 +- php/strings/str_repeat/index.html | 4 +- php/strings/str_replace/index.html | 4 +- php/strings/str_rot13/index.html | 4 +- php/strings/str_shuffle/index.html | 4 +- php/strings/str_split/index.html | 4 +- php/strings/str_word_count/index.html | 4 +- php/strings/strcasecmp/index.html | 4 +- php/strings/strchr/index.html | 4 +- php/strings/strcmp/index.html | 4 +- php/strings/strcoll/index.html | 4 +- php/strings/strcspn/index.html | 4 +- php/strings/strip_tags/index.html | 4 +- php/strings/stripos/index.html | 4 +- php/strings/stripslashes/index.html | 4 +- php/strings/stristr/index.html | 4 +- php/strings/strlen/index.html | 4 +- php/strings/strnatcasecmp/index.html | 4 +- php/strings/strnatcmp/index.html | 4 +- php/strings/strncasecmp/index.html | 4 +- php/strings/strncmp/index.html | 4 +- php/strings/strpbrk/index.html | 4 +- php/strings/strpos/index.html | 4 +- php/strings/strrchr/index.html | 4 +- php/strings/strrev/index.html | 4 +- php/strings/strripos/index.html | 4 +- php/strings/strrpos/index.html | 4 +- php/strings/strspn/index.html | 4 +- php/strings/strstr/index.html | 4 +- php/strings/strtok/index.html | 4 +- php/strings/strtolower/index.html | 4 +- php/strings/strtoupper/index.html | 4 +- php/strings/strtr/index.html | 4 +- php/strings/substr/index.html | 4 +- php/strings/substr_compare/index.html | 4 +- php/strings/substr_count/index.html | 4 +- php/strings/substr_replace/index.html | 4 +- php/strings/trim/index.html | 4 +- php/strings/ucfirst/index.html | 4 +- php/strings/ucwords/index.html | 4 +- php/strings/vprintf/index.html | 4 +- php/strings/vsprintf/index.html | 4 +- php/strings/wordwrap/index.html | 4 +- php/url/base64_decode/index.html | 4 +- php/url/base64_encode/index.html | 4 +- php/url/http_build_query/index.html | 4 +- php/url/index.html | 4 +- php/url/parse_url/index.html | 4 +- php/url/rawurldecode/index.html | 4 +- php/url/rawurlencode/index.html | 4 +- php/url/urldecode/index.html | 4 +- php/url/urlencode/index.html | 4 +- php/var/boolval/index.html | 4 +- php/var/doubleval/index.html | 4 +- php/var/empty/index.html | 4 +- php/var/floatval/index.html | 4 +- php/var/gettype/index.html | 4 +- php/var/index.html | 4 +- php/var/intval/index.html | 4 +- php/var/is_array/index.html | 4 +- php/var/is_binary/index.html | 4 +- php/var/is_bool/index.html | 4 +- php/var/is_buffer/index.html | 4 +- php/var/is_callable/index.html | 4 +- php/var/is_double/index.html | 4 +- php/var/is_float/index.html | 4 +- php/var/is_int/index.html | 4 +- php/var/is_integer/index.html | 4 +- php/var/is_long/index.html | 4 +- php/var/is_null/index.html | 4 +- php/var/is_numeric/index.html | 4 +- php/var/is_object/index.html | 4 +- php/var/is_real/index.html | 4 +- php/var/is_scalar/index.html | 4 +- php/var/is_string/index.html | 4 +- php/var/is_unicode/index.html | 4 +- php/var/isset/index.html | 4 +- php/var/print_r/index.html | 4 +- php/var/serialize/index.html | 4 +- php/var/strval/index.html | 4 +- php/var/unserialize/index.html | 4 +- php/var/var_dump/index.html | 4 +- php/var/var_export/index.html | 4 +- php/xdiff/index.html | 4 +- php/xdiff/xdiff_string_diff/index.html | 4 +- php/xdiff/xdiff_string_patch/index.html | 4 +- php/xml/index.html | 4 +- php/xml/utf8_decode/index.html | 4 +- php/xml/utf8_encode/index.html | 4 +- python/index.html | 4 +- python/string/ascii_letters/index.html | 4 +- python/string/ascii_lowercase/index.html | 4 +- python/string/ascii_uppercase/index.html | 4 +- python/string/capwords/index.html | 4 +- python/string/index.html | 4 +- python/string/punctuation/index.html | 4 +- ruby/Math/acos/index.html | 4 +- ruby/Math/index.html | 4 +- ruby/index.html | 4 +- 375 files changed, 983 insertions(+), 981 deletions(-) diff --git a/2012/09/new-site/index.html b/2012/09/new-site/index.html index 26402357b4..b782b22378 100644 --- a/2012/09/new-site/index.html +++ b/2012/09/new-site/index.html @@ -14,7 +14,7 @@ - + @@ -251,7 +251,7 @@

- Share + Share