diff --git a/reference/array/functions/array-rand.xml b/reference/array/functions/array-rand.xml index d30233328f..d2deaa5084 100644 --- a/reference/array/functions/array-rand.xml +++ b/reference/array/functions/array-rand.xml @@ -33,8 +33,7 @@ num_req - Specifies how many entries you want to pick - if not specified, - defaults to 1. + Specifies how many entries you want to pick. diff --git a/reference/bzip2/functions/bzcompress.xml b/reference/bzip2/functions/bzcompress.xml index f1bb7eb71e..ca2584f71e 100644 --- a/reference/bzip2/functions/bzcompress.xml +++ b/reference/bzip2/functions/bzcompress.xml @@ -36,7 +36,7 @@ Specifies the blocksize used during compression and should be a number from 1 to 9 with 9 giving the best compression, but using more - resources to do so. blocksize defaults to 4. + resources to do so. diff --git a/reference/classobj/functions/class-exists.xml b/reference/classobj/functions/class-exists.xml index 6a3ee403e2..918c10223c 100644 --- a/reference/classobj/functions/class-exists.xml +++ b/reference/classobj/functions/class-exists.xml @@ -32,7 +32,7 @@ autoload - Whether or not to call &link.autoload; by default. Defaults to &true;. + Whether or not to call &link.autoload; by default. diff --git a/reference/datetime/datetime/construct.xml b/reference/datetime/datetime/construct.xml index f897cb20e5..a39dcb20a9 100644 --- a/reference/datetime/datetime/construct.xml +++ b/reference/datetime/datetime/construct.xml @@ -27,8 +27,7 @@ time - String in a format accepted by strtotime, defaults - to "now". + String in a format accepted by strtotime. diff --git a/reference/datetime/datetime/diff.xml b/reference/datetime/datetime/diff.xml index ad53121cd3..0f8989784f 100644 --- a/reference/datetime/datetime/diff.xml +++ b/reference/datetime/datetime/diff.xml @@ -12,7 +12,7 @@ public DateIntervalDateTime::diff DateTimedatetime - boolabsolute + boolabsolutefalse Returns the difference between two DateTime objects. @@ -35,7 +35,7 @@ absolute - Whether to return absolute difference. Defaults to &false;. + Whether to return absolute difference. diff --git a/reference/datetime/datetimezone/listidentifiers.xml b/reference/datetime/datetimezone/listidentifiers.xml index f4d7ac9be0..07992a57af 100644 --- a/reference/datetime/datetimezone/listidentifiers.xml +++ b/reference/datetime/datetimezone/listidentifiers.xml @@ -28,8 +28,7 @@ what - One of DateTimeZone class constants, defaults to - DateTimeZone::ALL. + One of DateTimeZone class constants. diff --git a/reference/datetime/functions/date-create.xml b/reference/datetime/functions/date-create.xml index 694f6f365c..9f6f1cb567 100644 --- a/reference/datetime/functions/date-create.xml +++ b/reference/datetime/functions/date-create.xml @@ -23,8 +23,7 @@ time - String in a format accepted by strtotime, defaults - to "now". + String in a format accepted by strtotime. diff --git a/reference/errorfunc/functions/debug-backtrace.xml b/reference/errorfunc/functions/debug-backtrace.xml index e7d14bb53a..ad2e3b6f87 100644 --- a/reference/errorfunc/functions/debug-backtrace.xml +++ b/reference/errorfunc/functions/debug-backtrace.xml @@ -25,7 +25,7 @@ provide_object - Whether or not to populate the "object" index. Defaults to &true;. + Whether or not to populate the "object" index. diff --git a/reference/fbsql/functions/fbsql-connect.xml b/reference/fbsql/functions/fbsql-connect.xml index 3c5b48cb8a..59794ef22c 100644 --- a/reference/fbsql/functions/fbsql-connect.xml +++ b/reference/fbsql/functions/fbsql-connect.xml @@ -10,9 +10,9 @@ &reftitle.description; resourcefbsql_connect - stringhostname - stringusername - stringpassword + stringhostnameini_get("fbsql.default_host") + stringusernameini_get("fbsql.default_user") + stringpasswordini_get("fbsql.default_password") fbsql_connect establishes a connection to a @@ -39,7 +39,7 @@ hostname - The server host name. Defaults to '&null;'. + The server host name. @@ -47,8 +47,7 @@ username - The user name for the connection. Defaults to - _SYSTEM. + The user name for the connection. @@ -56,7 +55,7 @@ password - The password for the connection. Defaults to the empty string. + The password for the connection. diff --git a/reference/fbsql/functions/fbsql-pconnect.xml b/reference/fbsql/functions/fbsql-pconnect.xml index bfd4c04150..4d24e7fefa 100644 --- a/reference/fbsql/functions/fbsql-pconnect.xml +++ b/reference/fbsql/functions/fbsql-pconnect.xml @@ -10,9 +10,9 @@ &reftitle.description; resourcefbsql_pconnect - stringhostname - stringusername - stringpassword + stringhostnameini_get("fbsql.default_host") + stringusernameini_get("fbsql.default_user") + stringpasswordini_get("fbsql.default_password") Establishes a persistent connection to a FrontBase server. @@ -48,7 +48,7 @@ hostname - The server host name. Defaults to localhost. + The server host name. @@ -56,8 +56,7 @@ username - The user name for the connection. Defaults to - _SYSTEM. + The user name for the connection. @@ -65,7 +64,7 @@ password - The password for the connection. Defaults to the empty string. + The password for the connection. diff --git a/reference/filesystem/functions/clearstatcache.xml b/reference/filesystem/functions/clearstatcache.xml index 61ef96bc97..47f9860945 100644 --- a/reference/filesystem/functions/clearstatcache.xml +++ b/reference/filesystem/functions/clearstatcache.xml @@ -70,7 +70,7 @@ clear_realpath_cache - Whenever to clear realpath cache or not (defaults to &false;). + Whenever to clear realpath cache or not. diff --git a/reference/filesystem/functions/fgetcsv.xml b/reference/filesystem/functions/fgetcsv.xml index 63e6d3f6ed..5f99c0185f 100644 --- a/reference/filesystem/functions/fgetcsv.xml +++ b/reference/filesystem/functions/fgetcsv.xml @@ -12,9 +12,9 @@ arrayfgetcsv resourcehandle intlength - stringdelimiter - stringenclosure - stringescape + stringdelimiter',' + stringenclosure'"' + stringescape'\\' Similar to fgets except that @@ -54,7 +54,7 @@ delimiter - Set the field delimiter (one character only). Defaults as a comma. + Set the field delimiter (one character only). @@ -62,8 +62,7 @@ enclosure - Set the field enclosure character (one character only). Defaults as a - double quotation mark. + Set the field enclosure character (one character only). @@ -71,8 +70,7 @@ escape - Set the escape character (one character only). Defaults as a backslash - (\) + Set the escape character (one character only). Defaults as a backslash. diff --git a/reference/filesystem/functions/fputcsv.xml b/reference/filesystem/functions/fputcsv.xml index 941760b399..77928923fe 100644 --- a/reference/filesystem/functions/fputcsv.xml +++ b/reference/filesystem/functions/fputcsv.xml @@ -12,8 +12,8 @@ intfputcsv resourcehandle arrayfields - stringdelimiter - stringenclosure + stringdelimiter',' + stringenclosure'"' fputcsv formats a line (passed as a @@ -45,7 +45,7 @@ The optional delimiter parameter sets the field - delimiter (one character only). Defaults as a comma: ,. + delimiter (one character only). @@ -54,8 +54,7 @@ The optional enclosure parameter sets the field - enclosure (one character only) and defaults to a double quotation mark: - ". + enclosure (one character only). diff --git a/reference/filter/functions/filter-input.xml b/reference/filter/functions/filter-input.xml index 8fa1d93f73..8eb5a4885b 100644 --- a/reference/filter/functions/filter-input.xml +++ b/reference/filter/functions/filter-input.xml @@ -45,7 +45,7 @@ filter - Filter to apply. Defaults to FILTER_DEFAULT. + Filter to apply. diff --git a/reference/filter/functions/filter-var.xml b/reference/filter/functions/filter-var.xml index 32e2efe0f0..ec1c3ef264 100644 --- a/reference/filter/functions/filter-var.xml +++ b/reference/filter/functions/filter-var.xml @@ -33,7 +33,6 @@ ID of a filter to use (see the manual page). - Defaults to FILTER_DEFAULT. diff --git a/reference/gmagick/gmagick/levelimage.xml b/reference/gmagick/gmagick/levelimage.xml index e4a6680993..4924c1eef5 100644 --- a/reference/gmagick/gmagick/levelimage.xml +++ b/reference/gmagick/gmagick/levelimage.xml @@ -63,7 +63,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise - operators. Defaults to Gmagick::CHANNEL_ALL. Refer to this list of channel constants. diff --git a/reference/gmp/functions/gmp-init.xml b/reference/gmp/functions/gmp-init.xml index 70ac4ecdfc..5486dbcaca 100644 --- a/reference/gmp/functions/gmp-init.xml +++ b/reference/gmp/functions/gmp-init.xml @@ -35,7 +35,7 @@ base - The base. Defaults to 0. + The base. The base may vary from 2 to 36. If base is 0 (default value), the diff --git a/reference/gmp/functions/gmp-random.xml b/reference/gmp/functions/gmp-random.xml index 26b0d1c31b..1c06300ccd 100644 --- a/reference/gmp/functions/gmp-random.xml +++ b/reference/gmp/functions/gmp-random.xml @@ -33,7 +33,7 @@ limiter - The limiter. Defaults to 20. + The limiter. &gmp.parameter; diff --git a/reference/haru/harudoc/loadpng.xml b/reference/haru/harudoc/loadpng.xml index d62aea68d4..fd341bb4b9 100644 --- a/reference/haru/harudoc/loadpng.xml +++ b/reference/haru/harudoc/loadpng.xml @@ -38,7 +38,7 @@ deferred - Do not load data immediately. Defaults to &false;. + Do not load data immediately. You can set deferred parameter to &true; for deferred data loading, in this case only size and color are loaded immediately. diff --git a/reference/haru/harudoc/loadttc.xml b/reference/haru/harudoc/loadttc.xml index 456b204c93..6ea918e914 100644 --- a/reference/haru/harudoc/loadttc.xml +++ b/reference/haru/harudoc/loadttc.xml @@ -45,7 +45,7 @@ When set to &true;, the glyph data of the font is embedded into the PDF - file, otherwise only the matrix data is included. Defaults to &false;. + file, otherwise only the matrix data is included. diff --git a/reference/haru/harudoc/loadttf.xml b/reference/haru/harudoc/loadttf.xml index 681185024a..14c0744939 100644 --- a/reference/haru/harudoc/loadttf.xml +++ b/reference/haru/harudoc/loadttf.xml @@ -35,7 +35,7 @@ When set to &true;, the glyph data of the font is embedded into the PDF - file, otherwise only the matrix data is included. Defaults to &false;. + file, otherwise only the matrix data is included. diff --git a/reference/haru/harufont/measuretext.xml b/reference/haru/harufont/measuretext.xml index 15705c6914..9f6301fed6 100644 --- a/reference/haru/harufont/measuretext.xml +++ b/reference/haru/harufont/measuretext.xml @@ -73,7 +73,7 @@ When this parameter is set to &true; the function "emulates" word wrapping and doesn't include the part of the current word if reached - the end of the area. Defaults to &false;. + the end of the area. diff --git a/reference/haru/harupage/measuretext.xml b/reference/haru/harupage/measuretext.xml index 3a90aca0e8..32e4a6b174 100644 --- a/reference/haru/harupage/measuretext.xml +++ b/reference/haru/harupage/measuretext.xml @@ -45,7 +45,7 @@ When this parameter is set to &true; the function "emulates" word wrapping and doesn't include the part of the current word if reached - the end of the area. Defaults to &false;. + the end of the area. diff --git a/reference/haru/harupage/stroke.xml b/reference/haru/harupage/stroke.xml index 8aeed3438b..00a6ae2a63 100644 --- a/reference/haru/harupage/stroke.xml +++ b/reference/haru/harupage/stroke.xml @@ -25,7 +25,7 @@ close_path - Closes the current path if set to &true;. Defaults to &false;. + Closes the current path if set to &true;. diff --git a/reference/imagick/imagick/combineimages.xml b/reference/imagick/imagick/combineimages.xml index 3d414d2267..f65ac84393 100644 --- a/reference/imagick/imagick/combineimages.xml +++ b/reference/imagick/imagick/combineimages.xml @@ -32,7 +32,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/compareimagechannels.xml b/reference/imagick/imagick/compareimagechannels.xml index fdcd3cb338..848a0d6667 100644 --- a/reference/imagick/imagick/compareimagechannels.xml +++ b/reference/imagick/imagick/compareimagechannels.xml @@ -38,7 +38,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/compositeimage.xml b/reference/imagick/imagick/compositeimage.xml index e5bd483730..80bc6bd539 100644 --- a/reference/imagick/imagick/compositeimage.xml +++ b/reference/imagick/imagick/compositeimage.xml @@ -66,8 +66,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this - list of channel constants. diff --git a/reference/imagick/imagick/convolveimage.xml b/reference/imagick/imagick/convolveimage.xml index 199798a918..273ee0687f 100644 --- a/reference/imagick/imagick/convolveimage.xml +++ b/reference/imagick/imagick/convolveimage.xml @@ -37,7 +37,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/evaluateimage.xml b/reference/imagick/imagick/evaluateimage.xml index 05662c8f33..ce0543e7d2 100644 --- a/reference/imagick/imagick/evaluateimage.xml +++ b/reference/imagick/imagick/evaluateimage.xml @@ -48,7 +48,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/fximage.xml b/reference/imagick/imagick/fximage.xml index 13d4ec3f15..23eb7cf9fe 100644 --- a/reference/imagick/imagick/fximage.xml +++ b/reference/imagick/imagick/fximage.xml @@ -39,7 +39,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/gammaimage.xml b/reference/imagick/imagick/gammaimage.xml index 0576cd0bbd..42cd98275b 100644 --- a/reference/imagick/imagick/gammaimage.xml +++ b/reference/imagick/imagick/gammaimage.xml @@ -41,7 +41,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/gaussianblurimage.xml b/reference/imagick/imagick/gaussianblurimage.xml index a0ed93f301..28e9117cbd 100644 --- a/reference/imagick/imagick/gaussianblurimage.xml +++ b/reference/imagick/imagick/gaussianblurimage.xml @@ -49,7 +49,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/getimagechanneldistortion.xml b/reference/imagick/imagick/getimagechanneldistortion.xml index 7e45f3edec..bb17999b59 100644 --- a/reference/imagick/imagick/getimagechanneldistortion.xml +++ b/reference/imagick/imagick/getimagechanneldistortion.xml @@ -39,7 +39,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/getimagechannelextrema.xml b/reference/imagick/imagick/getimagechannelextrema.xml index 5a3af7e12a..99a7cb6f2e 100644 --- a/reference/imagick/imagick/getimagechannelextrema.xml +++ b/reference/imagick/imagick/getimagechannelextrema.xml @@ -29,7 +29,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/getimagechannelmean.xml b/reference/imagick/imagick/getimagechannelmean.xml index d58a0f424e..a078ff4529 100644 --- a/reference/imagick/imagick/getimagechannelmean.xml +++ b/reference/imagick/imagick/getimagechannelmean.xml @@ -30,7 +30,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/getimageprofiles.xml b/reference/imagick/imagick/getimageprofiles.xml index 4473c43129..46cc97784c 100644 --- a/reference/imagick/imagick/getimageprofiles.xml +++ b/reference/imagick/imagick/getimageprofiles.xml @@ -28,7 +28,7 @@ pattern - The pattern for profile names. Defaults to "*" + The pattern for profile names. diff --git a/reference/imagick/imagick/getimageproperties.xml b/reference/imagick/imagick/getimageproperties.xml index 522e020c5e..8fde8db48a 100644 --- a/reference/imagick/imagick/getimageproperties.xml +++ b/reference/imagick/imagick/getimageproperties.xml @@ -28,7 +28,7 @@ pattern - The pattern for property names. Defaults to "*" + The pattern for property names. diff --git a/reference/imagick/imagick/levelimage.xml b/reference/imagick/imagick/levelimage.xml index 934b201750..4675c37581 100644 --- a/reference/imagick/imagick/levelimage.xml +++ b/reference/imagick/imagick/levelimage.xml @@ -63,7 +63,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/motionblurimage.xml b/reference/imagick/imagick/motionblurimage.xml index 195cb2534d..5e333dd86b 100644 --- a/reference/imagick/imagick/motionblurimage.xml +++ b/reference/imagick/imagick/motionblurimage.xml @@ -59,7 +59,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_DEFAULT. Refer to this + bitwise operators. Refer to this list of channel constants. The channel argument affects only if Imagick is compiled against ImageMagick version 6.4.4 or greater. diff --git a/reference/imagick/imagick/negateimage.xml b/reference/imagick/imagick/negateimage.xml index 3e7a04cebe..61ec137aba 100644 --- a/reference/imagick/imagick/negateimage.xml +++ b/reference/imagick/imagick/negateimage.xml @@ -39,7 +39,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/normalizeimage.xml b/reference/imagick/imagick/normalizeimage.xml index dda4384e98..2402407cb7 100644 --- a/reference/imagick/imagick/normalizeimage.xml +++ b/reference/imagick/imagick/normalizeimage.xml @@ -10,7 +10,7 @@ &reftitle.description; boolImagick::normalizeImage - intchannel + intchannelImagick::CHANNEL_ALL &warn.undocumented.func; @@ -29,7 +29,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/orderedposterizeimage.xml b/reference/imagick/imagick/orderedposterizeimage.xml index 43b0ccf7bf..1efc06d138 100644 --- a/reference/imagick/imagick/orderedposterizeimage.xml +++ b/reference/imagick/imagick/orderedposterizeimage.xml @@ -39,7 +39,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/paintopaqueimage.xml b/reference/imagick/imagick/paintopaqueimage.xml index 0f7ef7691a..75a25bc8bb 100644 --- a/reference/imagick/imagick/paintopaqueimage.xml +++ b/reference/imagick/imagick/paintopaqueimage.xml @@ -57,7 +57,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/randomthresholdimage.xml b/reference/imagick/imagick/randomthresholdimage.xml index 9b554df1fb..fd5fb9e4f1 100644 --- a/reference/imagick/imagick/randomthresholdimage.xml +++ b/reference/imagick/imagick/randomthresholdimage.xml @@ -48,7 +48,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using - bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + bitwise operators. Refer to this list of channel constants. diff --git a/reference/imagick/imagick/resizeimage.xml b/reference/imagick/imagick/resizeimage.xml index 71a1615bc5..d935649c03 100644 --- a/reference/imagick/imagick/resizeimage.xml +++ b/reference/imagick/imagick/resizeimage.xml @@ -64,7 +64,7 @@ bestfit - Optional fit parameter. Defaults to false. + Optional fit parameter. diff --git a/reference/info/functions/phpcredits.xml b/reference/info/functions/phpcredits.xml index e4b602df22..e703c424ad 100644 --- a/reference/info/functions/phpcredits.xml +++ b/reference/info/functions/phpcredits.xml @@ -28,8 +28,7 @@ To generate a custom credits page, you may want to use the - flag parameter. flag is - optional, and it defaults to CREDITS_ALL. + flag parameter. diff --git a/reference/intl/normalizer/is-normalized.xml b/reference/intl/normalizer/is-normalized.xml index 1628a181a2..312330baff 100644 --- a/reference/intl/normalizer/is-normalized.xml +++ b/reference/intl/normalizer/is-normalized.xml @@ -19,14 +19,14 @@ boolNormalizer::isNormalizedstringinput - stringform + stringformNormalizer::FORM_CProcedural style bool normalizer_is_normalized stringinput - stringform + stringformNormalizer::FORM_C Checks if the provided string is already in the specified normalization @@ -47,8 +47,9 @@ form - One of the normalization forms. - Defaults to Normalizer::FORM_C. + + One of the normalization forms. + diff --git a/reference/json/functions/json-encode.xml b/reference/json/functions/json-encode.xml index 9423c2f5e0..49fded4c4e 100644 --- a/reference/json/functions/json-encode.xml +++ b/reference/json/functions/json-encode.xml @@ -43,7 +43,7 @@ JSON_HEX_TAG, JSON_HEX_AMP, JSON_HEX_APOS, - JSON_FORCE_OBJECT. Defaults to 0. + JSON_FORCE_OBJECT. diff --git a/reference/ldap/functions/ldap-connect.xml b/reference/ldap/functions/ldap-connect.xml index 13fd45f202..97daa9ed53 100644 --- a/reference/ldap/functions/ldap-connect.xml +++ b/reference/ldap/functions/ldap-connect.xml @@ -38,7 +38,7 @@ port - The port to connect to. Not used when using URLs. Defaults to 389. + The port to connect to. Not used when using URLs. diff --git a/reference/libxml/functions/libxml-use-internal-errors.xml b/reference/libxml/functions/libxml-use-internal-errors.xml index 23f9f433c3..c3201e8d9b 100644 --- a/reference/libxml/functions/libxml-use-internal-errors.xml +++ b/reference/libxml/functions/libxml-use-internal-errors.xml @@ -27,7 +27,7 @@ use_errors - Whether to enable user error handling. Defaults to &false;. + Whether to enable user error handling. diff --git a/reference/math/functions/round.xml b/reference/math/functions/round.xml index e28bf70822..b69485ac40 100644 --- a/reference/math/functions/round.xml +++ b/reference/math/functions/round.xml @@ -69,7 +69,7 @@ precision - The optional number of decimal digits to round to, defaults to 0 + The optional number of decimal digits to round to. diff --git a/reference/mbstring/functions/mb-ereg-search-init.xml b/reference/mbstring/functions/mb-ereg-search-init.xml index f9c842e006..17a8de500d 100644 --- a/reference/mbstring/functions/mb-ereg-search-init.xml +++ b/reference/mbstring/functions/mb-ereg-search-init.xml @@ -48,7 +48,7 @@ option - The search option. Defaults to 'ms'. + The search option. diff --git a/reference/mbstring/functions/mb-ereg-search-pos.xml b/reference/mbstring/functions/mb-ereg-search-pos.xml index cb3126b950..140557ffe0 100644 --- a/reference/mbstring/functions/mb-ereg-search-pos.xml +++ b/reference/mbstring/functions/mb-ereg-search-pos.xml @@ -40,7 +40,7 @@ option - The search option. Defaults to 'ms'. + The search option. diff --git a/reference/mbstring/functions/mb-ereg-search-regs.xml b/reference/mbstring/functions/mb-ereg-search-regs.xml index 8c19c076d3..282894163f 100644 --- a/reference/mbstring/functions/mb-ereg-search-regs.xml +++ b/reference/mbstring/functions/mb-ereg-search-regs.xml @@ -34,7 +34,7 @@ option - The search option. Defaults to 'ms'. + The search option. diff --git a/reference/mbstring/functions/mb-ereg-search.xml b/reference/mbstring/functions/mb-ereg-search.xml index 41e4a1b436..629df14db3 100644 --- a/reference/mbstring/functions/mb-ereg-search.xml +++ b/reference/mbstring/functions/mb-ereg-search.xml @@ -34,7 +34,7 @@ option - The search option. Defaults to 'ms'. + The search option. diff --git a/reference/memcache/functions/memcache-decrement.xml b/reference/memcache/functions/memcache-decrement.xml index 0f067865af..c1df1abccf 100644 --- a/reference/memcache/functions/memcache-decrement.xml +++ b/reference/memcache/functions/memcache-decrement.xml @@ -11,7 +11,7 @@ intMemcache::decrement stringkey - intvalue + intvalue1 @@ -55,7 +55,7 @@ value - Decrement the item by value. Optional and defaults to 1. + Decrement the item by value. diff --git a/reference/memcache/functions/memcache-increment.xml b/reference/memcache/functions/memcache-increment.xml index 39c09dca48..ef746b7548 100644 --- a/reference/memcache/functions/memcache-increment.xml +++ b/reference/memcache/functions/memcache-increment.xml @@ -11,7 +11,7 @@ intMemcache::increment stringkey - intvalue + intvalue1 @@ -49,7 +49,7 @@ value - Increment the item by value. Optional and defaults to 1. + Increment the item by value. diff --git a/reference/memcached/memcached/decrement.xml b/reference/memcached/memcached/decrement.xml index 591bb22bb3..7fff3bee75 100644 --- a/reference/memcached/memcached/decrement.xml +++ b/reference/memcached/memcached/decrement.xml @@ -12,7 +12,7 @@ public intMemcached::decrement stringkey - intoffset + intoffset1 Memcached::decrement decrements a numeric item's value @@ -40,7 +40,7 @@ offset - The amount by which to decrement the item's value; defaults to 1. + The amount by which to decrement the item's value. diff --git a/reference/memcached/memcached/delete.xml b/reference/memcached/memcached/delete.xml index a89ebee356..a0cff0b019 100644 --- a/reference/memcached/memcached/delete.xml +++ b/reference/memcached/memcached/delete.xml @@ -12,7 +12,7 @@ public boolMemcached::delete stringkey - inttime + inttime0 Memcached::delete deletes the @@ -47,8 +47,7 @@ time - The amount of time the server will wait to delete the item. Defaults to - 0. + The amount of time the server will wait to delete the item. diff --git a/reference/memcached/memcached/deletebykey.xml b/reference/memcached/memcached/deletebykey.xml index 39a19aba5e..77330b0897 100644 --- a/reference/memcached/memcached/deletebykey.xml +++ b/reference/memcached/memcached/deletebykey.xml @@ -13,7 +13,7 @@ public boolMemcached::deleteByKey stringserver_key stringkey - inttime + inttime0 Memcached::deleteByKey is functionally equivalent to @@ -47,8 +47,7 @@ time - The amount of time the server will wait to delete the item. Defaults to - 0. + The amount of time the server will wait to delete the item. diff --git a/reference/memcached/memcached/increment.xml b/reference/memcached/memcached/increment.xml index cd0c329113..d39a74f28d 100644 --- a/reference/memcached/memcached/increment.xml +++ b/reference/memcached/memcached/increment.xml @@ -12,7 +12,7 @@ public intMemcached::increment stringkey - intoffset + intoffset1 Memcached::increment increments a numeric item's value @@ -39,7 +39,7 @@ offset - The amount by which to increment the item's value; defaults to 1. + The amount by which to increment the item's value. diff --git a/reference/mssql/functions/mssql-guid-string.xml b/reference/mssql/functions/mssql-guid-string.xml index cb54f60f13..3f362ad852 100644 --- a/reference/mssql/functions/mssql-guid-string.xml +++ b/reference/mssql/functions/mssql-guid-string.xml @@ -34,7 +34,7 @@ short_format - Whenever to use short to use short format, defaults to &false; + Whenever to use short to use short format. diff --git a/reference/mysqli/mysqli_result/fetch-all.xml b/reference/mysqli/mysqli_result/fetch-all.xml index d07afdeb2e..a0a60f6070 100644 --- a/reference/mysqli/mysqli_result/fetch-all.xml +++ b/reference/mysqli/mysqli_result/fetch-all.xml @@ -12,13 +12,13 @@ Object oriented style (method): mixedmysqli_result::fetch_all - intresulttype + intresulttypeMYSQLI_NUM Procedural style: mixedmysqli_fetch_all mysqli_resultresult - intresulttype + intresulttypeMYSQLI_NUM mysqli_fetch_all fetches all result rows and returns the result @@ -39,7 +39,6 @@ should be produced from the current row data. The possible values for this parameter are the constants MYSQLI_ASSOC, MYSQLI_NUM, or MYSQLI_BOTH. - Defaults to MYSQLI_NUM. diff --git a/reference/mysqli/mysqli_result/fetch-array.xml b/reference/mysqli/mysqli_result/fetch-array.xml index a8044cd298..012dfea7e7 100644 --- a/reference/mysqli/mysqli_result/fetch-array.xml +++ b/reference/mysqli/mysqli_result/fetch-array.xml @@ -12,13 +12,13 @@ Object oriented style (method): mixedmysqli_result::fetch_array - intresulttype + intresulttypeMYSQLI_BOTH Procedural style: mixedmysqli_fetch_array mysqli_resultresult - intresulttype + intresulttypeMYSQLI_BOTH Returns an array that corresponds to the fetched row or &null; if there @@ -55,7 +55,6 @@ should be produced from the current row data. The possible values for this parameter are the constants MYSQLI_ASSOC, MYSQLI_NUM, or MYSQLI_BOTH. - Defaults to MYSQLI_BOTH. By using the MYSQLI_ASSOC constant this function diff --git a/reference/openssl/functions/openssl-pkcs7-sign.xml b/reference/openssl/functions/openssl-pkcs7-sign.xml index df21a41871..8e4bce5a72 100644 --- a/reference/openssl/functions/openssl-pkcs7-sign.xml +++ b/reference/openssl/functions/openssl-pkcs7-sign.xml @@ -75,8 +75,7 @@ flags can be used to alter the output - see PKCS7 constants - if not specified, - it defaults to PKCS7_DETACHED. + linkend="openssl.pkcs7.flags">PKCS7 constants. diff --git a/reference/openssl/functions/openssl-private-decrypt.xml b/reference/openssl/functions/openssl-private-decrypt.xml index 1fb48699ea..78cb3b9fb9 100644 --- a/reference/openssl/functions/openssl-private-decrypt.xml +++ b/reference/openssl/functions/openssl-private-decrypt.xml @@ -58,8 +58,8 @@ padding - padding defaults to - OPENSSL_PKCS1_PADDING, but can also be one of + padding can be one of + OPENSSL_PKCS1_PADDING, OPENSSL_SSLV23_PADDING, OPENSSL_PKCS1_OAEP_PADDING, OPENSSL_NO_PADDING. diff --git a/reference/openssl/functions/openssl-private-encrypt.xml b/reference/openssl/functions/openssl-private-encrypt.xml index 46b2f88aea..9e770c0fd3 100644 --- a/reference/openssl/functions/openssl-private-encrypt.xml +++ b/reference/openssl/functions/openssl-private-encrypt.xml @@ -56,8 +56,8 @@ padding - padding defaults to - OPENSSL_PKCS1_PADDING, but can also be + padding can be one of + OPENSSL_PKCS1_PADDING, OPENSSL_NO_PADDING. diff --git a/reference/openssl/functions/openssl-public-decrypt.xml b/reference/openssl/functions/openssl-public-decrypt.xml index 0bca9c94b1..8cf8341b87 100644 --- a/reference/openssl/functions/openssl-public-decrypt.xml +++ b/reference/openssl/functions/openssl-public-decrypt.xml @@ -58,8 +58,8 @@ padding - padding defaults to - OPENSSL_PKCS1_PADDING, but can also be + padding can be one of + OPENSSL_PKCS1_PADDING, OPENSSL_NO_PADDING. diff --git a/reference/openssl/functions/openssl-public-encrypt.xml b/reference/openssl/functions/openssl-public-encrypt.xml index f4422b30f1..408706c0fb 100644 --- a/reference/openssl/functions/openssl-public-encrypt.xml +++ b/reference/openssl/functions/openssl-public-encrypt.xml @@ -59,8 +59,8 @@ padding - padding defaults to - OPENSSL_PKCS1_PADDING, but can also be one of + padding can be one of + OPENSSL_PKCS1_PADDING, OPENSSL_SSLV23_PADDING, OPENSSL_PKCS1_OAEP_PADDING, OPENSSL_NO_PADDING. diff --git a/reference/openssl/functions/openssl-sign.xml b/reference/openssl/functions/openssl-sign.xml index deea76633e..221f0d30ec 100644 --- a/reference/openssl/functions/openssl-sign.xml +++ b/reference/openssl/functions/openssl-sign.xml @@ -55,8 +55,7 @@ signature_alg - Defaults to OPENSSL_ALGO_SHA1. For more - information see the list of Signature Algorithms. diff --git a/reference/openssl/functions/openssl-verify.xml b/reference/openssl/functions/openssl-verify.xml index e4fa62611e..485603ccd7 100644 --- a/reference/openssl/functions/openssl-verify.xml +++ b/reference/openssl/functions/openssl-verify.xml @@ -13,7 +13,7 @@ stringdata stringsignature mixedpub_key_id - intsignature_alg + intsignature_algOPENSSL_ALGO_SHA1 openssl_verify verifies that the @@ -53,8 +53,7 @@ signature_alg - Defaults to OPENSSL_ALGO_SHA1. For more - information see the list of Signature Algorithms. diff --git a/reference/openssl/functions/openssl-x509-checkpurpose.xml b/reference/openssl/functions/openssl-x509-checkpurpose.xml index bfad8b26e2..ab9be35fef 100644 --- a/reference/openssl/functions/openssl-x509-checkpurpose.xml +++ b/reference/openssl/functions/openssl-x509-checkpurpose.xml @@ -12,7 +12,7 @@ intopenssl_x509_checkpurpose mixedx509cert intpurpose - arraycainfo + arraycainfoarray() stringuntrustedfile @@ -91,7 +91,7 @@ cainfo should be an array of trusted CA files/dirs as described in Certificate - Verification. It defaults to an empty array. + Verification. diff --git a/reference/outcontrol/functions/ob-implicit-flush.xml b/reference/outcontrol/functions/ob-implicit-flush.xml index aaaeecb94c..f699fb05ad 100644 --- a/reference/outcontrol/functions/ob-implicit-flush.xml +++ b/reference/outcontrol/functions/ob-implicit-flush.xml @@ -10,7 +10,7 @@ &reftitle.description; voidob_implicit_flush - intflag + intflagtrue ob_implicit_flush will turn implicit flushing on or @@ -29,7 +29,6 @@ &true; to turn implicit flushing on, &false; otherwise. - Defaults to &true;. diff --git a/reference/pcntl/functions/pcntl-signal.xml b/reference/pcntl/functions/pcntl-signal.xml index 9e22c969e8..150555322d 100644 --- a/reference/pcntl/functions/pcntl-signal.xml +++ b/reference/pcntl/functions/pcntl-signal.xml @@ -54,7 +54,7 @@ Specifies whether system call restarting should be used when this - signal arrives and defaults to &true;. + signal arrives. diff --git a/reference/pdo/pdostatement/bindparam.xml b/reference/pdo/pdostatement/bindparam.xml index d41dfb101f..753032d032 100644 --- a/reference/pdo/pdostatement/bindparam.xml +++ b/reference/pdo/pdostatement/bindparam.xml @@ -13,7 +13,7 @@ boolPDOStatement::bindParam mixedparameter mixedvariable - intdata_type + intdata_typePDO::PARAM_STR intlength mixeddriver_options @@ -64,7 +64,6 @@ Explicit data type for the parameter using the PDO::PARAM_* constants. - Defaults to PDO::PARAM_STR. To return an INOUT parameter from a stored procedure, use the bitwise OR operator to set the PDO::PARAM_INPUT_OUTPUT bits for the data_type parameter. diff --git a/reference/pdo/pdostatement/bindvalue.xml b/reference/pdo/pdostatement/bindvalue.xml index 5d04017a55..ee0fcde1b6 100644 --- a/reference/pdo/pdostatement/bindvalue.xml +++ b/reference/pdo/pdostatement/bindvalue.xml @@ -13,7 +13,7 @@ boolPDOStatement::bindValue mixedparameter mixedvalue - intdata_type + intdata_typePDO::PARAM_STR Binds a value to a corresponding named or question mark placeholder @@ -51,7 +51,6 @@ Explicit data type for the parameter using the PDO::PARAM_* constants. - Defaults to PDO::PARAM_STR. diff --git a/reference/pdo/pdostatement/fetchall.xml b/reference/pdo/pdostatement/fetchall.xml index e6ad0d44ac..1aeb929cde 100644 --- a/reference/pdo/pdostatement/fetchall.xml +++ b/reference/pdo/pdostatement/fetchall.xml @@ -12,7 +12,7 @@ arrayPDOStatement::fetchAll intfetch_stylePDO::FETCH_BOTH - intcolumn_index + intcolumn_index0 arrayctor_argsarray() @@ -27,8 +27,7 @@ Controls the contents of the returned array as documented in - PDOStatement::fetch. Defaults to - PDO::FETCH_BOTH. + PDOStatement::fetch. To return an array consisting of all values of a single column from @@ -54,7 +53,7 @@ Returns the indicated 0-indexed column when the value of fetch_style is - PDO::FETCH_COLUMN. Defaults to 0. + PDO::FETCH_COLUMN. diff --git a/reference/pdo/pdostatement/fetchobject.xml b/reference/pdo/pdostatement/fetchobject.xml index 2da7370bb9..2eaf98819e 100644 --- a/reference/pdo/pdostatement/fetchobject.xml +++ b/reference/pdo/pdostatement/fetchobject.xml @@ -9,7 +9,7 @@ &reftitle.description; mixedPDOStatement::fetchObject - stringclass_name + stringclass_name"stdClass" arrayctor_args @@ -29,7 +29,7 @@ class_name - Name of the created class, defaults to stdClass. + Name of the created class. diff --git a/reference/pgsql/functions/pg-fetch-object.xml b/reference/pgsql/functions/pg-fetch-object.xml index e4bb6ababa..6b105e69dc 100644 --- a/reference/pgsql/functions/pg-fetch-object.xml +++ b/reference/pgsql/functions/pg-fetch-object.xml @@ -13,7 +13,7 @@ objectpg_fetch_object resourceresult introw - intresult_type + intresult_typePGSQL_ASSOC objectpg_fetch_object @@ -64,7 +64,7 @@ result_type - Ignored and deprecated. Defaults to PGSQL_ASSOC. + Ignored and deprecated. diff --git a/reference/pgsql/functions/pg-lo-read.xml b/reference/pgsql/functions/pg-lo-read.xml index 2c51f9938e..5c3a5b0d9d 100644 --- a/reference/pgsql/functions/pg-lo-read.xml +++ b/reference/pgsql/functions/pg-lo-read.xml @@ -12,7 +12,7 @@ stringpg_lo_read resourcelarge_object - intlen + intlen8192 pg_lo_read reads at most @@ -46,7 +46,7 @@ len - An optional maximum number of bytes to return. Defaults to 8192. + An optional maximum number of bytes to return. diff --git a/reference/pgsql/functions/pg-trace.xml b/reference/pgsql/functions/pg-trace.xml index 8f9f679ce9..6010807a57 100644 --- a/reference/pgsql/functions/pg-trace.xml +++ b/reference/pgsql/functions/pg-trace.xml @@ -48,7 +48,6 @@ An optional file access mode, same as for fopen. - Defaults to "w". diff --git a/reference/phar/Phar/webPhar.xml b/reference/phar/Phar/webPhar.xml index db4a753c87..a4d580dba1 100644 --- a/reference/phar/Phar/webPhar.xml +++ b/reference/phar/Phar/webPhar.xml @@ -11,7 +11,7 @@ voidPhar::webPhar stringalias - stringindex + stringindex"index.php" stringf404 arraymimetypes arrayrewrites @@ -50,8 +50,7 @@ index - The location within the phar of the directory index, defaults to - index.php. + The location within the phar of the directory index. diff --git a/reference/posix/functions/posix-access.xml b/reference/posix/functions/posix-access.xml index 91c82c2303..f4a1211d83 100644 --- a/reference/posix/functions/posix-access.xml +++ b/reference/posix/functions/posix-access.xml @@ -37,8 +37,7 @@ A mask consisting of one or more of POSIX_F_OK, POSIX_R_OK, POSIX_W_OK and - POSIX_X_OK. Defaults to - POSIX_F_OK. + POSIX_X_OK. POSIX_R_OK, POSIX_W_OK and diff --git a/reference/posix/functions/posix-mknod.xml b/reference/posix/functions/posix-mknod.xml index 2ba8585918..1e154c8f79 100644 --- a/reference/posix/functions/posix-mknod.xml +++ b/reference/posix/functions/posix-mknod.xml @@ -58,7 +58,7 @@ minor - The minor device kernel identifier (defaults to 0). + The minor device kernel identifier. diff --git a/reference/sem/functions/msg-receive.xml b/reference/sem/functions/msg-receive.xml index f0fc7abfbf..845a92bbf0 100644 --- a/reference/sem/functions/msg-receive.xml +++ b/reference/sem/functions/msg-receive.xml @@ -15,7 +15,7 @@ intmsgtype intmaxsize mixedmessage - boolunserialize + boolunserializetrue intflags interrorcode @@ -87,7 +87,7 @@ unserialize - unserialize defaults to &true;; if it is set to + If set to &true;, the message is treated as though it was serialized using the same mechanism as the session module. The message will be unserialized and then returned to your script. This allows you to easily receive diff --git a/reference/sem/functions/sem-get.xml b/reference/sem/functions/sem-get.xml index fa30fd892b..3638aa50a6 100644 --- a/reference/sem/functions/sem-get.xml +++ b/reference/sem/functions/sem-get.xml @@ -11,8 +11,8 @@ resourcesem_get intkey - intmax_acquire - intperm + intmax_acquire1 + intperm0666 intauto_release @@ -42,7 +42,7 @@ The number of processes that can acquire the semaphore simultaneously - is set to max_acquire (defaults to 1). + is set to max_acquire. @@ -50,7 +50,7 @@ perm - The semaphore permissions. Defaults to 0666. Actually this value is + The semaphore permissions. Actually this value is set only if the process finds it is the only process currently attached to the semaphore. diff --git a/reference/session/functions/session-regenerate-id.xml b/reference/session/functions/session-regenerate-id.xml index 3374eb4484..4aa40fe74d 100644 --- a/reference/session/functions/session-regenerate-id.xml +++ b/reference/session/functions/session-regenerate-id.xml @@ -28,8 +28,7 @@ delete_old_session - Whether to delete the old associated session file or not. Defaults to - &false;. + Whether to delete the old associated session file or not. diff --git a/reference/sphinx/sphinxclient/setfilter.xml b/reference/sphinx/sphinxclient/setfilter.xml index f97432b6ea..7f8591008a 100644 --- a/reference/sphinx/sphinxclient/setfilter.xml +++ b/reference/sphinx/sphinxclient/setfilter.xml @@ -45,7 +45,6 @@ If set to &true;, matching documents are excluded from the result set. - Defaults to &false;. diff --git a/reference/sphinx/sphinxclient/setfilterfloatrange.xml b/reference/sphinx/sphinxclient/setfilterfloatrange.xml index 795f6620c6..45536b6e9e 100644 --- a/reference/sphinx/sphinxclient/setfilterfloatrange.xml +++ b/reference/sphinx/sphinxclient/setfilterfloatrange.xml @@ -59,7 +59,6 @@ If set to &true;, matching documents are excluded from the result set. - Defaults to &false;. diff --git a/reference/sphinx/sphinxclient/setfilterrange.xml b/reference/sphinx/sphinxclient/setfilterrange.xml index cf20d357bc..82e8df7672 100644 --- a/reference/sphinx/sphinxclient/setfilterrange.xml +++ b/reference/sphinx/sphinxclient/setfilterrange.xml @@ -14,7 +14,7 @@ stringattribute intmin intmax - boolexclude + boolexcludefalse Adds new integer range filter to the existing list of filters. @@ -59,7 +59,6 @@ If set to &true;, matching documents are excluded from the result set. - Defaults to &false;. diff --git a/reference/sphinx/sphinxclient/setgroupby.xml b/reference/sphinx/sphinxclient/setgroupby.xml index d0de360ec8..7f7d90344e 100644 --- a/reference/sphinx/sphinxclient/setgroupby.xml +++ b/reference/sphinx/sphinxclient/setgroupby.xml @@ -13,7 +13,7 @@ public boolSphinxClient::setGroupBy stringattribute intfunc - stringgroupsort + stringgroupsort"@group desc" Sets grouping attribute, function, and group sorting mode, and enables @@ -53,7 +53,6 @@ An optional clause controlling how the groups are sorted. - Defaults to "@group desc". diff --git a/reference/spl/functions/class-implements.xml b/reference/spl/functions/class-implements.xml index 368cadc30c..ee34041bf9 100644 --- a/reference/spl/functions/class-implements.xml +++ b/reference/spl/functions/class-implements.xml @@ -38,7 +38,7 @@ Whether to allow this function to load the class automatically through the __autoload magic - method. Defaults to &true;. + method. diff --git a/reference/spl/functions/class-parents.xml b/reference/spl/functions/class-parents.xml index 6f7cbb472b..3853f615ad 100644 --- a/reference/spl/functions/class-parents.xml +++ b/reference/spl/functions/class-parents.xml @@ -38,7 +38,7 @@ Whether to allow this function to load the class automatically through the __autoload magic - method. Defaults to &true;. + method. diff --git a/reference/spl/recursiveiteratoriterator/setmaxdepth.xml b/reference/spl/recursiveiteratoriterator/setmaxdepth.xml index 412c920b08..15f5582413 100644 --- a/reference/spl/recursiveiteratoriterator/setmaxdepth.xml +++ b/reference/spl/recursiveiteratoriterator/setmaxdepth.xml @@ -14,8 +14,7 @@ stringmax_depth-1 - Set the maximum allowed depth. Defaults to -1, - which is any depth. + Set the maximum allowed depth. &warn.undocumented.func; diff --git a/reference/spl/splfixedarray/construct.xml b/reference/spl/splfixedarray/construct.xml index 15ba794796..1095345072 100644 --- a/reference/spl/splfixedarray/construct.xml +++ b/reference/spl/splfixedarray/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; public SplFixedArray::__construct - intsize + intsize0 Constructs a new empty fixed array. @@ -25,7 +25,7 @@ size - The size of the fixed array, defaults to 0. + The size of the fixed array. diff --git a/reference/spl/splfixedarray/fromarray.xml b/reference/spl/splfixedarray/fromarray.xml index d8caae0883..a18b9e9d2b 100644 --- a/reference/spl/splfixedarray/fromarray.xml +++ b/reference/spl/splfixedarray/fromarray.xml @@ -11,7 +11,7 @@ public static SplFixedArraySplFixedArray::fromArray arrayarray - booleansave_indexes + booleansave_indexestrue Import the PHP array array @@ -36,7 +36,6 @@ Try to save the numeric indexes used in the original array. - Defaults to &true;. diff --git a/reference/spl/splobjectstorage/attach.xml b/reference/spl/splobjectstorage/attach.xml index 7bedb2caf1..6949c0180f 100644 --- a/reference/spl/splobjectstorage/attach.xml +++ b/reference/spl/splobjectstorage/attach.xml @@ -12,7 +12,7 @@ public voidSplObjectStorage::attach objectobject - mixeddata + mixeddatanull Adds an object inside the storage, and optionaly associate it to some data. @@ -35,7 +35,7 @@ data - The data to associate with the object. Defaults to &null;. + The data to associate with the object. diff --git a/reference/sqlite3/sqlite3result/fetcharray.xml b/reference/sqlite3/sqlite3result/fetcharray.xml index 5b81ba785a..5d0ee40c2f 100644 --- a/reference/sqlite3/sqlite3result/fetcharray.xml +++ b/reference/sqlite3/sqlite3result/fetcharray.xml @@ -31,8 +31,7 @@ Controls how the next row will be returned to the caller. This value must be one of either SQLITE3_ASSOC, - SQLITE3_NUM, or SQLITE3_BOTH. It - defaults to SQLITE3_BOTH. + SQLITE3_NUM, or SQLITE3_BOTH. diff --git a/reference/ssh2/functions/ssh2-fingerprint.xml b/reference/ssh2/functions/ssh2-fingerprint.xml index bd78dfec2a..633bcef7b6 100644 --- a/reference/ssh2/functions/ssh2-fingerprint.xml +++ b/reference/ssh2/functions/ssh2-fingerprint.xml @@ -40,8 +40,6 @@ SSH2_FINGERPRINT_SHA1 logically ORed with SSH2_FINGERPRINT_HEX or SSH2_FINGERPRINT_RAW. - Defaults to SSH2_FINGERPRINT_MD5 | - SSH2_FINGERPRINT_HEX. diff --git a/reference/ssh2/functions/ssh2-shell.xml b/reference/ssh2/functions/ssh2-shell.xml index 9b7a57f657..e0b85f0c90 100644 --- a/reference/ssh2/functions/ssh2-shell.xml +++ b/reference/ssh2/functions/ssh2-shell.xml @@ -40,8 +40,7 @@ term_type should correspond to one of the - entries in the target system's /etc/termcap file - and defaults to vanilla. + entries in the target system's /etc/termcap file. diff --git a/reference/strings/functions/chunk-split.xml b/reference/strings/functions/chunk-split.xml index c742278ff1..d82efc1136 100644 --- a/reference/strings/functions/chunk-split.xml +++ b/reference/strings/functions/chunk-split.xml @@ -11,8 +11,8 @@ stringchunk_split stringbody - intchunklen - stringend + intchunklen76 + stringend"\r\n" Can be used to split a string into smaller chunks which is useful for @@ -38,7 +38,7 @@ chunklen - The chunk length. Defaults to 76. + The chunk length. @@ -46,7 +46,7 @@ end - The line ending sequence. Defaults to "\r\n". + The line ending sequence. diff --git a/reference/strings/functions/count-chars.xml b/reference/strings/functions/count-chars.xml index e60834c87d..46f86309c2 100644 --- a/reference/strings/functions/count-chars.xml +++ b/reference/strings/functions/count-chars.xml @@ -35,7 +35,7 @@ mode - The optional parameter mode defaults to 0. + See return values. diff --git a/reference/strings/functions/md5-file.xml b/reference/strings/functions/md5-file.xml index 4b1e359448..36ede04865 100644 --- a/reference/strings/functions/md5-file.xml +++ b/reference/strings/functions/md5-file.xml @@ -39,7 +39,7 @@ When &true;, returns the digest in raw binary format with a length of - 16. Defaults to &false;. + 16. diff --git a/reference/strings/functions/md5.xml b/reference/strings/functions/md5.xml index afa7e10fa9..c1bb210c58 100644 --- a/reference/strings/functions/md5.xml +++ b/reference/strings/functions/md5.xml @@ -38,7 +38,7 @@ If the optional raw_output is set to &true;, then the md5 digest is instead returned in raw binary format with a - length of 16. Defaults to &false;. + length of 16. diff --git a/reference/strings/functions/nl2br.xml b/reference/strings/functions/nl2br.xml index 6780028bef..70a2749d3c 100644 --- a/reference/strings/functions/nl2br.xml +++ b/reference/strings/functions/nl2br.xml @@ -35,7 +35,7 @@ is_xhtml - Whenever to use XHTML compatible line breaks or not (defaults to &true;). + Whenever to use XHTML compatible line breaks or not. diff --git a/reference/strings/functions/sha1-file.xml b/reference/strings/functions/sha1-file.xml index c628db2a81..5be6922776 100644 --- a/reference/strings/functions/sha1-file.xml +++ b/reference/strings/functions/sha1-file.xml @@ -36,7 +36,7 @@ When &true;, returns the digest in raw binary format with a length of - 20. Defaults to &false;. + 20. diff --git a/reference/strings/functions/sha1.xml b/reference/strings/functions/sha1.xml index 4a80d21577..dff7d4d50d 100644 --- a/reference/strings/functions/sha1.xml +++ b/reference/strings/functions/sha1.xml @@ -38,7 +38,7 @@ If the optional raw_output is set to &true;, then the sha1 digest is instead returned in raw binary format with a length of 20, otherwise the returned value is a 40-character - hexadecimal number. Defaults to &false;. + hexadecimal number. diff --git a/reference/strings/functions/str-getcsv.xml b/reference/strings/functions/str-getcsv.xml index 63e6066d8d..d9c5e8ad2d 100644 --- a/reference/strings/functions/str-getcsv.xml +++ b/reference/strings/functions/str-getcsv.xml @@ -13,9 +13,9 @@ arraystr_getcsv stringinput - stringdelimiter - stringenclosure - stringescape + stringdelimiter',' + stringenclosure'"' + stringescape'\\' Similar to fgetcsv this functions parses a @@ -40,7 +40,7 @@ delimiter - Set the field delimiter (one character only). Defaults as a comma. + Set the field delimiter (one character only). @@ -48,8 +48,7 @@ enclosure - Set the field enclosure character (one character only). Defaults as a - double quotation mark. + Set the field enclosure character (one character only). diff --git a/reference/strings/functions/wordwrap.xml b/reference/strings/functions/wordwrap.xml index 22797fc3e0..a195d22bce 100644 --- a/reference/strings/functions/wordwrap.xml +++ b/reference/strings/functions/wordwrap.xml @@ -37,7 +37,7 @@ width - The column width. Defaults to 75. + The column width. @@ -46,8 +46,7 @@ The line is broken using the optional - break parameter. Defaults to - '\n'. + break parameter. diff --git a/reference/svn/functions/svn-log.xml b/reference/svn/functions/svn-log.xml index 490b1d1960..73ff583988 100644 --- a/reference/svn/functions/svn-log.xml +++ b/reference/svn/functions/svn-log.xml @@ -79,8 +79,7 @@ Any combination of SVN_OMIT_MESSAGES, SVN_DISCOVER_CHANGED_PATHS and - SVN_STOP_ON_COPY, defaults to - SVN_DISCOVER_CHANGED_PATHS | SVN_STOP_ON_COPY. + SVN_STOP_ON_COPY. diff --git a/reference/svn/functions/svn-revert.xml b/reference/svn/functions/svn-revert.xml index 41357afdff..888bd4a369 100644 --- a/reference/svn/functions/svn-revert.xml +++ b/reference/svn/functions/svn-revert.xml @@ -35,7 +35,7 @@ recursive - Optionally make recursive changes. Defaults to &false; + Optionally make recursive changes. diff --git a/reference/xmlrpc/functions/xmlrpc-decode.xml b/reference/xmlrpc/functions/xmlrpc-decode.xml index 8a1dc99e69..c15221dd97 100644 --- a/reference/xmlrpc/functions/xmlrpc-decode.xml +++ b/reference/xmlrpc/functions/xmlrpc-decode.xml @@ -10,7 +10,7 @@ mixedxmlrpc_decode stringxml - stringencoding + stringencoding"iso-8859-1" &warn.experimental.func; @@ -31,7 +31,7 @@ encoding - Input encoding supported by iconv (defaults to "iso-8859-1"). + Input encoding supported by iconv. diff --git a/reference/xmlwriter/functions/xmlwriter-set-indent.xml b/reference/xmlwriter/functions/xmlwriter-set-indent.xml index 5d019539b2..a240d7467d 100644 --- a/reference/xmlwriter/functions/xmlwriter-set-indent.xml +++ b/reference/xmlwriter/functions/xmlwriter-set-indent.xml @@ -35,7 +35,7 @@ indent - Whether indentation is enabled. Defaults to &false;. + Whether indentation is enabled.