diff --git a/reference/ftp/functions/ftp-connect.xml b/reference/ftp/functions/ftp-connect.xml index 38e18e1416..156b14c57e 100644 --- a/reference/ftp/functions/ftp-connect.xml +++ b/reference/ftp/functions/ftp-connect.xml @@ -1,5 +1,5 @@ - + ftp_connect @@ -10,8 +10,8 @@ resourceftp_connect stringhost - intport - inttimeout + intport21 + inttimeout90 ftp_connect opens an FTP connection to the diff --git a/reference/ftp/functions/ftp-fget.xml b/reference/ftp/functions/ftp-fget.xml index b2f455d531..97b9e78d89 100644 --- a/reference/ftp/functions/ftp-fget.xml +++ b/reference/ftp/functions/ftp-fget.xml @@ -1,5 +1,5 @@ - + ftp_fget @@ -13,7 +13,7 @@ resourcehandle stringremote_file intmode - intresumepos + intresumepos0 ftp_fget retrieves remote_file diff --git a/reference/ftp/functions/ftp-fput.xml b/reference/ftp/functions/ftp-fput.xml index e3e06ecae6..dc3756b75f 100644 --- a/reference/ftp/functions/ftp-fput.xml +++ b/reference/ftp/functions/ftp-fput.xml @@ -1,5 +1,5 @@ - + ftp_fput @@ -13,7 +13,7 @@ stringremote_file resourcehandle intmode - intstartpos + intstartpos0 ftp_fput uploads the data from a file pointer diff --git a/reference/ftp/functions/ftp-get.xml b/reference/ftp/functions/ftp-get.xml index 728d4f1da2..093e55f8a3 100644 --- a/reference/ftp/functions/ftp-get.xml +++ b/reference/ftp/functions/ftp-get.xml @@ -1,5 +1,5 @@ - + ftp_get @@ -13,7 +13,7 @@ stringlocal_file stringremote_file intmode - intresumepos + intresumepos0 ftp_get retrieves a remote file from the FTP server, diff --git a/reference/ftp/functions/ftp-nb-fget.xml b/reference/ftp/functions/ftp-nb-fget.xml index 29128cda57..1da98946db 100644 --- a/reference/ftp/functions/ftp-nb-fget.xml +++ b/reference/ftp/functions/ftp-nb-fget.xml @@ -1,5 +1,5 @@ - + ftp_nb_fget @@ -13,7 +13,7 @@ resourcehandle stringremote_file intmode - intresumepos + intresumepos0 ftp_nb_fget retrieves a remote file from the FTP diff --git a/reference/ftp/functions/ftp-nb-fput.xml b/reference/ftp/functions/ftp-nb-fput.xml index 99e98a0bdc..f46bdc110b 100644 --- a/reference/ftp/functions/ftp-nb-fput.xml +++ b/reference/ftp/functions/ftp-nb-fput.xml @@ -1,5 +1,5 @@ - + ftp_nb_fput @@ -13,7 +13,7 @@ stringremote_file resourcehandle intmode - intstartpos + intstartpos0 ftp_nb_fput uploads the data from a file pointer to diff --git a/reference/ftp/functions/ftp-nb-get.xml b/reference/ftp/functions/ftp-nb-get.xml index ddb6239d29..fbf254ce36 100644 --- a/reference/ftp/functions/ftp-nb-get.xml +++ b/reference/ftp/functions/ftp-nb-get.xml @@ -1,5 +1,5 @@ - + ftp_nb_get @@ -13,7 +13,7 @@ stringlocal_file stringremote_file intmode - intresumepos + intresumepos0 ftp_nb_get retrieves a remote file from the FTP server, diff --git a/reference/ftp/functions/ftp-nb-put.xml b/reference/ftp/functions/ftp-nb-put.xml index 1ed00f5c06..b549bc266e 100644 --- a/reference/ftp/functions/ftp-nb-put.xml +++ b/reference/ftp/functions/ftp-nb-put.xml @@ -1,5 +1,5 @@ - + ftp_nb_put @@ -13,7 +13,7 @@ stringremote_file stringlocal_file intmode - intstartpos + intstartpos0 ftp_nb_put stores a local file on the FTP server. diff --git a/reference/ftp/functions/ftp-put.xml b/reference/ftp/functions/ftp-put.xml index eed0d2a585..5400243623 100644 --- a/reference/ftp/functions/ftp-put.xml +++ b/reference/ftp/functions/ftp-put.xml @@ -1,5 +1,5 @@ - + ftp_put @@ -13,7 +13,7 @@ stringremote_file stringlocal_file intmode - intstartpos + intstartpos0 ftp_put stores a local file on the FTP server. diff --git a/reference/ftp/functions/ftp-rawlist.xml b/reference/ftp/functions/ftp-rawlist.xml index 4d5d4f6b8f..e074a88e42 100644 --- a/reference/ftp/functions/ftp-rawlist.xml +++ b/reference/ftp/functions/ftp-rawlist.xml @@ -1,5 +1,5 @@ - + ftp_rawlist @@ -11,7 +11,7 @@ arrayftp_rawlist resourceftp_stream stringdirectory - boolrecursive + boolrecursivefalse ftp_rawlist executes the FTP diff --git a/reference/ftp/functions/ftp-ssl-connect.xml b/reference/ftp/functions/ftp-ssl-connect.xml index c870c3613b..782ca6fa15 100644 --- a/reference/ftp/functions/ftp-ssl-connect.xml +++ b/reference/ftp/functions/ftp-ssl-connect.xml @@ -1,5 +1,5 @@ - + ftp_ssl_connect @@ -10,8 +10,8 @@ resourceftp_ssl_connect stringhost - intport - inttimeout + intport21 + inttimeout90 ftp_ssl_connect opens a SSL-FTP connection to the diff --git a/reference/gmp/functions/gmp-div-q.xml b/reference/gmp/functions/gmp-div-q.xml index 2bfd585c60..bf5632cf1a 100644 --- a/reference/gmp/functions/gmp-div-q.xml +++ b/reference/gmp/functions/gmp-div-q.xml @@ -1,5 +1,5 @@ - + gmp_div_q @@ -12,7 +12,7 @@ resourcegmp_div_q resourcea resourceb - intround + introundGMP_ROUND_ZERO Divides a by b and diff --git a/reference/gmp/functions/gmp-div-qr.xml b/reference/gmp/functions/gmp-div-qr.xml index cd7741294b..38e8ab4f13 100644 --- a/reference/gmp/functions/gmp-div-qr.xml +++ b/reference/gmp/functions/gmp-div-qr.xml @@ -1,5 +1,5 @@ - + gmp_div_qr @@ -12,7 +12,7 @@ arraygmp_div_qr resourcen resourced - intround + introundGMP_ROUND_ZERO The function divides n by d. diff --git a/reference/gmp/functions/gmp-div-r.xml b/reference/gmp/functions/gmp-div-r.xml index a9720faa59..094bbf47ee 100644 --- a/reference/gmp/functions/gmp-div-r.xml +++ b/reference/gmp/functions/gmp-div-r.xml @@ -1,5 +1,5 @@ - + gmp_div_r @@ -12,7 +12,7 @@ resourcegmp_div_r resourcen resourced - intround + introundGMP_ROUND_ZERO Calculates remainder of the integer division of diff --git a/reference/gmp/functions/gmp-init.xml b/reference/gmp/functions/gmp-init.xml index f14e807ef3..064430ae04 100644 --- a/reference/gmp/functions/gmp-init.xml +++ b/reference/gmp/functions/gmp-init.xml @@ -1,5 +1,5 @@ - + gmp_init @@ -11,7 +11,7 @@ resourcegmp_init mixednumber - intbase + intbase0 Creates a GMP number from an integer or string. diff --git a/reference/gmp/functions/gmp-prob-prime.xml b/reference/gmp/functions/gmp-prob-prime.xml index e1b0ff0552..be23707ecf 100644 --- a/reference/gmp/functions/gmp-prob-prime.xml +++ b/reference/gmp/functions/gmp-prob-prime.xml @@ -1,5 +1,5 @@ - + gmp_prob_prime @@ -11,7 +11,7 @@ intgmp_prob_prime resourcea - intreps + intreps10 The function uses Miller-Rabin's probabilistic test to check if a number is a prime. diff --git a/reference/gmp/functions/gmp-random.xml b/reference/gmp/functions/gmp-random.xml index 22a55fff9e..3ac7d05f77 100644 --- a/reference/gmp/functions/gmp-random.xml +++ b/reference/gmp/functions/gmp-random.xml @@ -1,5 +1,5 @@ - + gmp_random @@ -10,7 +10,7 @@ &reftitle.description; resourcegmp_random - intlimiter + intlimiter20 Generate a random number. The number will be between diff --git a/reference/gmp/functions/gmp-setbit.xml b/reference/gmp/functions/gmp-setbit.xml index 7dabedbf85..8f9206cf2b 100644 --- a/reference/gmp/functions/gmp-setbit.xml +++ b/reference/gmp/functions/gmp-setbit.xml @@ -1,5 +1,5 @@ - + gmp_setbit @@ -12,7 +12,7 @@ voidgmp_setbit resourcea intindex - boolset_clear + boolset_cleartrue Sets bit index in a. diff --git a/reference/hash/functions/hash-file.xml b/reference/hash/functions/hash-file.xml index f8782243e3..a816fa41c4 100644 --- a/reference/hash/functions/hash-file.xml +++ b/reference/hash/functions/hash-file.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ stringhash_file stringalgo stringfilename - boolraw_output + boolraw_outputfalse diff --git a/reference/hash/functions/hash-final.xml b/reference/hash/functions/hash-final.xml index f9b8cb2d0a..4deae7b537 100644 --- a/reference/hash/functions/hash-final.xml +++ b/reference/hash/functions/hash-final.xml @@ -1,5 +1,5 @@ - + hash_final @@ -10,7 +10,7 @@ stringhash_final resourcecontext - boolraw_output + boolraw_outputfalse diff --git a/reference/hash/functions/hash-init.xml b/reference/hash/functions/hash-init.xml index 90b37eb87f..f4f1729823 100644 --- a/reference/hash/functions/hash-init.xml +++ b/reference/hash/functions/hash-init.xml @@ -1,5 +1,5 @@ - + @@ -11,8 +11,8 @@ resourcehash_init stringalgo - intoptions - stringkey + intoptions0 + stringkeyNULL diff --git a/reference/hash/functions/hash-update-file.xml b/reference/hash/functions/hash-update-file.xml index 963e92470d..122db15271 100644 --- a/reference/hash/functions/hash-update-file.xml +++ b/reference/hash/functions/hash-update-file.xml @@ -1,5 +1,5 @@ - + hash_update_file @@ -11,7 +11,7 @@ boolhash_update_file resourcecontext stringfilename - resourcecontext + resourcecontextNULL diff --git a/reference/hash/functions/hash-update-stream.xml b/reference/hash/functions/hash-update-stream.xml index 32518a905f..ccd158a5ed 100644 --- a/reference/hash/functions/hash-update-stream.xml +++ b/reference/hash/functions/hash-update-stream.xml @@ -1,5 +1,5 @@ - + hash_update_stream @@ -11,7 +11,7 @@ inthash_update_stream resourcecontext resourcehandle - intlength + intlength-1 diff --git a/reference/hash/functions/hash.xml b/reference/hash/functions/hash.xml index 8f95566804..74afb31efd 100644 --- a/reference/hash/functions/hash.xml +++ b/reference/hash/functions/hash.xml @@ -1,5 +1,5 @@ - + hash @@ -11,7 +11,7 @@ stringhash stringalgo stringdata - boolraw_output + boolraw_outputfalse diff --git a/reference/ibase/functions/ibase-backup.xml b/reference/ibase/functions/ibase-backup.xml index 4c13bfe4f5..d9bd73eca9 100644 --- a/reference/ibase/functions/ibase-backup.xml +++ b/reference/ibase/functions/ibase-backup.xml @@ -1,5 +1,5 @@ - + ibase_backup @@ -13,8 +13,8 @@ resourceservice_handle stringsource_db stringdest_file - intoptions - boolverbose + intoptions0 + boolverbosefalse &warn.undocumented.func; diff --git a/reference/ibase/functions/ibase-blob-create.xml b/reference/ibase/functions/ibase-blob-create.xml index 8dc08130f7..e7bbde4df2 100644 --- a/reference/ibase/functions/ibase-blob-create.xml +++ b/reference/ibase/functions/ibase-blob-create.xml @@ -1,5 +1,5 @@ - + ibase_blob_create @@ -10,7 +10,7 @@ &reftitle.description; resourceibase_blob_create - resourcelink_identifier + resourcelink_identifierNULL ibase_blob_create creates a new BLOB for filling with diff --git a/reference/ibase/functions/ibase-close.xml b/reference/ibase/functions/ibase-close.xml index ced8bc83cb..896863ba13 100644 --- a/reference/ibase/functions/ibase-close.xml +++ b/reference/ibase/functions/ibase-close.xml @@ -1,5 +1,5 @@ - + ibase_close @@ -10,7 +10,7 @@ &reftitle.description; boolibase_close - resourceconnection_id + resourceconnection_idNULL Closes the link to an InterBase database that's associated with diff --git a/reference/ibase/functions/ibase-commit-ret.xml b/reference/ibase/functions/ibase-commit-ret.xml index 18f7a7c15f..5f0ef1592e 100644 --- a/reference/ibase/functions/ibase-commit-ret.xml +++ b/reference/ibase/functions/ibase-commit-ret.xml @@ -1,5 +1,5 @@ - + ibase_commit_ret @@ -10,7 +10,7 @@ &reftitle.description; boolibase_commit_ret - resourcelink_or_trans_identifier + resourcelink_or_trans_identifierNULL Commits a transaction without closing it. diff --git a/reference/ibase/functions/ibase-commit.xml b/reference/ibase/functions/ibase-commit.xml index f437d90087..ba5ac4517e 100644 --- a/reference/ibase/functions/ibase-commit.xml +++ b/reference/ibase/functions/ibase-commit.xml @@ -1,5 +1,5 @@ - + ibase_commit @@ -10,7 +10,7 @@ &reftitle.description; boolibase_commit - resourcelink_or_trans_identifier + resourcelink_or_trans_identifierNULL Commits a transaction. diff --git a/reference/ibase/functions/ibase-db-info.xml b/reference/ibase/functions/ibase-db-info.xml index a4792d8dbb..9e7ee90c81 100644 --- a/reference/ibase/functions/ibase-db-info.xml +++ b/reference/ibase/functions/ibase-db-info.xml @@ -1,5 +1,5 @@ - + ibase_db_info @@ -13,7 +13,7 @@ resourceservice_handle stringdb intaction - intargument + intargument0 &warn.undocumented.func; diff --git a/reference/ibase/functions/ibase-drop-db.xml b/reference/ibase/functions/ibase-drop-db.xml index 1877cc4f77..793ebb38d5 100644 --- a/reference/ibase/functions/ibase-drop-db.xml +++ b/reference/ibase/functions/ibase-drop-db.xml @@ -1,5 +1,5 @@ - + ibase_drop_db @@ -10,7 +10,7 @@ &reftitle.description; boolibase_drop_db - resourceconnection + resourceconnectionNULL This functions drops a database that was opened by either ibase_connect diff --git a/reference/ibase/functions/ibase-fetch-assoc.xml b/reference/ibase/functions/ibase-fetch-assoc.xml index 2015508a1b..6b03105037 100644 --- a/reference/ibase/functions/ibase-fetch-assoc.xml +++ b/reference/ibase/functions/ibase-fetch-assoc.xml @@ -1,5 +1,5 @@ - + ibase_fetch_assoc @@ -11,7 +11,7 @@ arrayibase_fetch_assoc resourceresult - intfetch_flag + intfetch_flag0 Fetch a result row from a query as an associative array. diff --git a/reference/ibase/functions/ibase-fetch-object.xml b/reference/ibase/functions/ibase-fetch-object.xml index 5e9d9faf3b..8cb76ad21a 100644 --- a/reference/ibase/functions/ibase-fetch-object.xml +++ b/reference/ibase/functions/ibase-fetch-object.xml @@ -1,5 +1,5 @@ - + ibase_fetch_object @@ -11,7 +11,7 @@ objectibase_fetch_object resourceresult_id - intfetch_flag + intfetch_flag0 Fetches a row as a pseudo-object from a given result identifier. diff --git a/reference/ibase/functions/ibase-fetch-row.xml b/reference/ibase/functions/ibase-fetch-row.xml index 60a07e74a0..251aa4d2a8 100644 --- a/reference/ibase/functions/ibase-fetch-row.xml +++ b/reference/ibase/functions/ibase-fetch-row.xml @@ -1,5 +1,5 @@ - + ibase_fetch_row @@ -11,7 +11,7 @@ arrayibase_fetch_row resourceresult_identifier - intfetch_flag + intfetch_flag0 ibase_fetch_row fetches one row of data from the diff --git a/reference/ibase/functions/ibase-gen-id.xml b/reference/ibase/functions/ibase-gen-id.xml index f875feb7ba..3442d3b8ad 100644 --- a/reference/ibase/functions/ibase-gen-id.xml +++ b/reference/ibase/functions/ibase-gen-id.xml @@ -1,5 +1,5 @@ - + @@ -12,8 +12,8 @@ mixedibase_gen_id stringgenerator - intincrement - resourcelink_identifier + intincrement1 + resourcelink_identifierNULL &warn.undocumented.func; diff --git a/reference/ibase/functions/ibase-maintain-db.xml b/reference/ibase/functions/ibase-maintain-db.xml index f21440e512..5bed8e9fda 100644 --- a/reference/ibase/functions/ibase-maintain-db.xml +++ b/reference/ibase/functions/ibase-maintain-db.xml @@ -1,5 +1,5 @@ - + ibase_maintain_db @@ -13,7 +13,7 @@ resourceservice_handle stringdb intaction - intargument + intargument0 &warn.undocumented.func; diff --git a/reference/ibase/functions/ibase-restore.xml b/reference/ibase/functions/ibase-restore.xml index 470eb895f0..e9aa943355 100644 --- a/reference/ibase/functions/ibase-restore.xml +++ b/reference/ibase/functions/ibase-restore.xml @@ -1,5 +1,5 @@ - + ibase_restore @@ -13,8 +13,8 @@ resourceservice_handle stringsource_file stringdest_db - intoptions - boolverbose + intoptions0 + boolverbosefalse &warn.undocumented.func; diff --git a/reference/ibase/functions/ibase-rollback-ret.xml b/reference/ibase/functions/ibase-rollback-ret.xml index a6f4db2a2d..8b31582e86 100644 --- a/reference/ibase/functions/ibase-rollback-ret.xml +++ b/reference/ibase/functions/ibase-rollback-ret.xml @@ -1,5 +1,5 @@ - + ibase_rollback_ret @@ -10,7 +10,7 @@ &reftitle.description; boolibase_rollback_ret - resourcelink_or_trans_identifier + resourcelink_or_trans_identifierNULL Rolls back a transaction without closing it. diff --git a/reference/ibase/functions/ibase-rollback.xml b/reference/ibase/functions/ibase-rollback.xml index 97131074a0..66271066d8 100644 --- a/reference/ibase/functions/ibase-rollback.xml +++ b/reference/ibase/functions/ibase-rollback.xml @@ -1,5 +1,5 @@ - + ibase_rollback @@ -10,7 +10,7 @@ &reftitle.description; boolibase_rollback - resourcelink_or_trans_identifier + resourcelink_or_trans_identifierNULL Rolls back a transaction. diff --git a/reference/iconv/functions/iconv-get-encoding.xml b/reference/iconv/functions/iconv-get-encoding.xml index de0adad19a..ce27529c13 100644 --- a/reference/iconv/functions/iconv-get-encoding.xml +++ b/reference/iconv/functions/iconv-get-encoding.xml @@ -1,5 +1,5 @@ - + iconv_get_encoding @@ -10,7 +10,7 @@ &reftitle.description; mixediconv_get_encoding - stringtype + stringtype"all" Retrieve internal configuration variables of iconv extension. diff --git a/reference/iconv/functions/iconv-mime-decode-headers.xml b/reference/iconv/functions/iconv-mime-decode-headers.xml index 53bd01cf26..2498fc3ad4 100644 --- a/reference/iconv/functions/iconv-mime-decode-headers.xml +++ b/reference/iconv/functions/iconv-mime-decode-headers.xml @@ -1,5 +1,5 @@ - + iconv_mime_decode_headers @@ -11,8 +11,8 @@ arrayiconv_mime_decode_headers stringencoded_headers - intmode - stringcharset + intmode0 + stringcharsetini_set("iconv.internal_encoding") Returns an associative array that holds a whole set of diff --git a/reference/iconv/functions/iconv-mime-decode.xml b/reference/iconv/functions/iconv-mime-decode.xml index 7b97fddb38..7f9ea86b7b 100644 --- a/reference/iconv/functions/iconv-mime-decode.xml +++ b/reference/iconv/functions/iconv-mime-decode.xml @@ -1,5 +1,5 @@ - + iconv_mime_decode @@ -11,8 +11,8 @@ stringiconv_mime_decode stringencoded_header - intmode - stringcharset + intmode0 + stringcharsetini_set("iconv.internal_encoding") Decodes a MIME header field. diff --git a/reference/iconv/functions/iconv-mime-encode.xml b/reference/iconv/functions/iconv-mime-encode.xml index ba2c41f55c..698c2160f1 100644 --- a/reference/iconv/functions/iconv-mime-encode.xml +++ b/reference/iconv/functions/iconv-mime-encode.xml @@ -1,5 +1,5 @@ - + iconv_mime_encode @@ -12,7 +12,7 @@ stringiconv_mime_encode stringfield_name stringfield_value - arraypreferences + arraypreferencesNULL Composes and returns a string that represents a valid MIME diff --git a/reference/iconv/functions/iconv-strlen.xml b/reference/iconv/functions/iconv-strlen.xml index 2b5a3709bf..43c219f7c7 100644 --- a/reference/iconv/functions/iconv-strlen.xml +++ b/reference/iconv/functions/iconv-strlen.xml @@ -1,5 +1,5 @@ - + iconv_strlen @@ -11,7 +11,7 @@ inticonv_strlen stringstr - stringcharset + stringcharsetini_set("iconv.internal_encoding") In contrast to strlen, diff --git a/reference/iconv/functions/iconv-strpos.xml b/reference/iconv/functions/iconv-strpos.xml index d52353b186..08781d8ec3 100644 --- a/reference/iconv/functions/iconv-strpos.xml +++ b/reference/iconv/functions/iconv-strpos.xml @@ -1,5 +1,5 @@ - + iconv_strpos @@ -12,8 +12,8 @@ inticonv_strpos stringhaystack stringneedle - intoffset - stringcharset + intoffset0 + stringcharsetini_set("iconv.internal_encoding") Finds position of first occurrence of a needle within a haystack. diff --git a/reference/iconv/functions/iconv-strrpos.xml b/reference/iconv/functions/iconv-strrpos.xml index 633af26188..496c55d0d1 100644 --- a/reference/iconv/functions/iconv-strrpos.xml +++ b/reference/iconv/functions/iconv-strrpos.xml @@ -1,5 +1,5 @@ - + iconv_strrpos @@ -12,7 +12,7 @@ inticonv_strrpos stringhaystack stringneedle - stringcharset + stringcharsetini_set("iconv.internal_encoding") In contrast to strpos, the return value of diff --git a/reference/iconv/functions/iconv-substr.xml b/reference/iconv/functions/iconv-substr.xml index 62796e4895..f66b1ba321 100644 --- a/reference/iconv/functions/iconv-substr.xml +++ b/reference/iconv/functions/iconv-substr.xml @@ -1,5 +1,5 @@ - + iconv_substr @@ -12,13 +12,8 @@ stringiconv_substr stringstr intoffset - - - stringiconv_substr - stringstr - intoffset - intlength - stringcharset + intlength0 + stringcharsetini_set("iconv.internal_encoding") Cuts a portion of str specified by the diff --git a/reference/image/functions/imagegrabwindow.xml b/reference/image/functions/imagegrabwindow.xml index 5283f1bd79..aff343a788 100644 --- a/reference/image/functions/imagegrabwindow.xml +++ b/reference/image/functions/imagegrabwindow.xml @@ -1,5 +1,5 @@ - + imagegrabwindow @@ -11,7 +11,7 @@ resourceimagegrabwindow intwindow - intclient_area + intclient_area0 Grabs a window or its client area using a windows handle (HWND property in COM instance) diff --git a/reference/image/functions/imageinterlace.xml b/reference/image/functions/imageinterlace.xml index 6916a5c3fa..b3015e4070 100644 --- a/reference/image/functions/imageinterlace.xml +++ b/reference/image/functions/imageinterlace.xml @@ -1,5 +1,5 @@ - + imageinterlace @@ -10,7 +10,7 @@ intimageinterlace resourceimage - intinterlace + intinterlace0 imageinterlace turns the interlace bit on or off. diff --git a/reference/image/functions/imagepstext.xml b/reference/image/functions/imagepstext.xml index 2ae8ea8093..6654ac5209 100644 --- a/reference/image/functions/imagepstext.xml +++ b/reference/image/functions/imagepstext.xml @@ -1,5 +1,5 @@ - + imagepstext @@ -17,10 +17,10 @@ intbackground intx inty - intspace - inttightness - floatangle - intantialias_steps + intspace0 + inttightness0 + floatangle0.0 + intantialias_steps4 Draws a text on an image using PostScript Type1 fonts. diff --git a/reference/image/functions/imagerotate.xml b/reference/image/functions/imagerotate.xml index 092b554823..c97877c1db 100644 --- a/reference/image/functions/imagerotate.xml +++ b/reference/image/functions/imagerotate.xml @@ -1,5 +1,5 @@ - + imagerotate @@ -12,7 +12,7 @@ resourceimage floatangle intbgd_color - intignore_transparent + intignore_transparent0 Rotates the image image using the given diff --git a/reference/imap/functions/imap-append.xml b/reference/imap/functions/imap-append.xml index 234074d9bb..12e8bce873 100644 --- a/reference/imap/functions/imap-append.xml +++ b/reference/imap/functions/imap-append.xml @@ -1,5 +1,5 @@ - + imap_append @@ -12,7 +12,7 @@ resourceimap_stream stringmailbox stringmessage - stringoptions + stringoptionsNULL Appends a string message to the specified mailbox. diff --git a/reference/imap/functions/imap-body.xml b/reference/imap/functions/imap-body.xml index f156a84029..2fd0c90f35 100644 --- a/reference/imap/functions/imap-body.xml +++ b/reference/imap/functions/imap-body.xml @@ -1,5 +1,5 @@ - + imap_body @@ -11,7 +11,7 @@ stringimap_body resourceimap_stream intmsg_number - intoptions + intoptions0 imap_body returns the body of the message, diff --git a/reference/imap/functions/imap-clearflag-full.xml b/reference/imap/functions/imap-clearflag-full.xml index d358742894..11374643ca 100644 --- a/reference/imap/functions/imap-clearflag-full.xml +++ b/reference/imap/functions/imap-clearflag-full.xml @@ -1,5 +1,5 @@ - + imap_clearflag_full @@ -12,7 +12,7 @@ resourceimap_stream stringsequence stringflag - intoptions + intoptions0 This function causes a store to delete the specified diff --git a/reference/imap/functions/imap-close.xml b/reference/imap/functions/imap-close.xml index 0fd2691e85..1438bf8e51 100644 --- a/reference/imap/functions/imap-close.xml +++ b/reference/imap/functions/imap-close.xml @@ -1,5 +1,5 @@ - + imap_close @@ -10,7 +10,7 @@ boolimap_close resourceimap_stream - intflag + intflag0 Closes the imap stream. diff --git a/reference/imap/functions/imap-delete.xml b/reference/imap/functions/imap-delete.xml index b6ae1fa214..95cebbc28f 100644 --- a/reference/imap/functions/imap-delete.xml +++ b/reference/imap/functions/imap-delete.xml @@ -1,5 +1,5 @@ - + imap_delete @@ -11,7 +11,7 @@ boolimap_delete resourceimap_stream intmsg_number - intoptions + intoptions0 Marks messages listed in msg_number for deletion. diff --git a/reference/imap/functions/imap-fetch-overview.xml b/reference/imap/functions/imap-fetch-overview.xml index f8c6d3c677..7d37bfe676 100644 --- a/reference/imap/functions/imap-fetch-overview.xml +++ b/reference/imap/functions/imap-fetch-overview.xml @@ -1,5 +1,5 @@ - + imap_fetch_overview @@ -11,7 +11,7 @@ arrayimap_fetch_overview resourceimap_stream stringsequence - intoptions + intoptions0 This function fetches mail headers for the given diff --git a/reference/imap/functions/imap-fetchbody.xml b/reference/imap/functions/imap-fetchbody.xml index f86ef6b9cb..072e889893 100644 --- a/reference/imap/functions/imap-fetchbody.xml +++ b/reference/imap/functions/imap-fetchbody.xml @@ -1,5 +1,5 @@ - + imap_fetchbody @@ -12,7 +12,7 @@ resourceimap_stream intmsg_number stringsection - intoptions + intoptions0 Fetch of a particular section of the body of the specified messages. diff --git a/reference/imap/functions/imap-fetchheader.xml b/reference/imap/functions/imap-fetchheader.xml index ebd10d9ab0..a3a753627c 100644 --- a/reference/imap/functions/imap-fetchheader.xml +++ b/reference/imap/functions/imap-fetchheader.xml @@ -1,5 +1,5 @@ - + imap_fetchheader @@ -11,7 +11,7 @@ stringimap_fetchheader resourceimap_stream intmsg_number - intoptions + intoptions0 This function causes a fetch of the complete, unfiltered - + imap_fetchstructure @@ -11,7 +11,7 @@ objectimap_fetchstructure resourceimap_stream intmsg_number - intoptions + intoptions0 Fetches all the structured information for a given message. diff --git a/reference/imap/functions/imap-headerinfo.xml b/reference/imap/functions/imap-headerinfo.xml index 754388fdaa..d7d788462e 100644 --- a/reference/imap/functions/imap-headerinfo.xml +++ b/reference/imap/functions/imap-headerinfo.xml @@ -1,5 +1,5 @@ - + imap_headerinfo @@ -11,9 +11,9 @@ objectimap_headerinfo resourceimap_stream intmsg_number - intfromlength - intsubjectlength - stringdefaulthost + intfromlength0 + intsubjectlength0 + stringdefaulthostNULL Gets information about the given message number by reading its headers. diff --git a/reference/imap/functions/imap-mail-copy.xml b/reference/imap/functions/imap-mail-copy.xml index 3e5c66bed7..3cceec3cb7 100644 --- a/reference/imap/functions/imap-mail-copy.xml +++ b/reference/imap/functions/imap-mail-copy.xml @@ -1,5 +1,5 @@ - + imap_mail_copy @@ -12,7 +12,7 @@ resourceimap_stream stringmsglist stringmailbox - intoptions + intoptions0 Copies mail messages specified by msglist diff --git a/reference/imap/functions/imap-mail-move.xml b/reference/imap/functions/imap-mail-move.xml index f7992fec08..ea93777322 100644 --- a/reference/imap/functions/imap-mail-move.xml +++ b/reference/imap/functions/imap-mail-move.xml @@ -1,5 +1,5 @@ - + imap_mail_move @@ -12,7 +12,7 @@ resourceimap_stream stringmsglist stringmailbox - intoptions + intoptions0 Moves mail messages specified by msglist to the diff --git a/reference/imap/functions/imap-mail.xml b/reference/imap/functions/imap-mail.xml index 6576f6a5e1..edca80bf56 100644 --- a/reference/imap/functions/imap-mail.xml +++ b/reference/imap/functions/imap-mail.xml @@ -1,5 +1,5 @@ - + imap_mail @@ -12,10 +12,10 @@ stringto stringsubject stringmessage - stringadditional_headers - stringcc - stringbcc - stringrpath + stringadditional_headersNULL + stringccNULL + stringbccNULL + stringrpathNULL This function allows sending of emails with correct handling of diff --git a/reference/imap/functions/imap-open.xml b/reference/imap/functions/imap-open.xml index 14ffa02472..a9d5eb7d74 100644 --- a/reference/imap/functions/imap-open.xml +++ b/reference/imap/functions/imap-open.xml @@ -1,5 +1,5 @@ - + imap_open @@ -12,8 +12,8 @@ stringmailbox stringusername stringpassword - intoptions - intn_retries + intoptionsNIL + intn_retries0 Opens an IMAP stream to a mailbox. diff --git a/reference/imap/functions/imap-reopen.xml b/reference/imap/functions/imap-reopen.xml index 5626f8ab35..996da30f0a 100644 --- a/reference/imap/functions/imap-reopen.xml +++ b/reference/imap/functions/imap-reopen.xml @@ -1,5 +1,5 @@ - + imap_reopen @@ -11,8 +11,8 @@ boolimap_reopen resourceimap_stream stringmailbox - intoptions - intn_retries + intoptions0 + intn_retries0 Reopens the specified stream to a new mailbox on an diff --git a/reference/imap/functions/imap-rfc822-parse-headers.xml b/reference/imap/functions/imap-rfc822-parse-headers.xml index 3c587aa967..7e0efcd381 100644 --- a/reference/imap/functions/imap-rfc822-parse-headers.xml +++ b/reference/imap/functions/imap-rfc822-parse-headers.xml @@ -1,5 +1,5 @@ - + imap_rfc822_parse_headers @@ -10,7 +10,7 @@ objectimap_rfc822_parse_headers stringheaders - stringdefaulthost + stringdefaulthost"UNKNOWN" Gets an object of various header elements, similar to diff --git a/reference/imap/functions/imap-savebody.xml b/reference/imap/functions/imap-savebody.xml index c9c4957344..44a57c42f3 100644 --- a/reference/imap/functions/imap-savebody.xml +++ b/reference/imap/functions/imap-savebody.xml @@ -1,5 +1,5 @@ - + imap_savebody @@ -12,8 +12,8 @@ resourceimap_stream mixedfile intmsg_number - stringpart_number - intoptions + stringpart_number"" + intoptions0 Saves a part or the whole body of the specified message. diff --git a/reference/imap/functions/imap-search.xml b/reference/imap/functions/imap-search.xml index eab1a73d4f..2c5e5e5258 100644 --- a/reference/imap/functions/imap-search.xml +++ b/reference/imap/functions/imap-search.xml @@ -1,5 +1,5 @@ - + imap_search @@ -11,8 +11,8 @@ arrayimap_search resourceimap_stream stringcriteria - intoptions - stringcharset + intoptionsSE_FREE + stringcharsetNIL This function performs a search on the mailbox currently opened diff --git a/reference/imap/functions/imap-setflag-full.xml b/reference/imap/functions/imap-setflag-full.xml index fe5a58ad4f..5c7d05541b 100644 --- a/reference/imap/functions/imap-setflag-full.xml +++ b/reference/imap/functions/imap-setflag-full.xml @@ -1,5 +1,5 @@ - + imap_setflag_full @@ -12,7 +12,7 @@ resourceimap_stream stringsequence stringflag - intoptions + intoptionsNIL Causes a store to add the specified flag to the diff --git a/reference/imap/functions/imap-sort.xml b/reference/imap/functions/imap-sort.xml index b77bc1b234..833f85962d 100644 --- a/reference/imap/functions/imap-sort.xml +++ b/reference/imap/functions/imap-sort.xml @@ -1,5 +1,5 @@ - + imap_sort @@ -12,9 +12,9 @@ resourceimap_stream intcriteria intreverse - intoptions - stringsearch_criteria - stringcharset + intoptions0 + stringsearch_criteriaNULL + stringcharsetNIL Gets and sorts message numbers by the given parameters. diff --git a/reference/imap/functions/imap-thread.xml b/reference/imap/functions/imap-thread.xml index 4c3bf3dde7..3c42a4a6ac 100644 --- a/reference/imap/functions/imap-thread.xml +++ b/reference/imap/functions/imap-thread.xml @@ -1,5 +1,5 @@ - + imap_thread @@ -10,7 +10,7 @@ arrayimap_thread resourceimap_stream - intoptions + intoptionsSE_FREE Gets a tree of a threaded message. diff --git a/reference/imap/functions/imap-timeout.xml b/reference/imap/functions/imap-timeout.xml index 8d05aabffd..2ec34a4d58 100644 --- a/reference/imap/functions/imap-timeout.xml +++ b/reference/imap/functions/imap-timeout.xml @@ -1,5 +1,5 @@ - + imap_timeout @@ -10,7 +10,7 @@ mixedimap_timeout inttimeout_type - inttimeout + inttimeout-1 Sets or fetches the imap timeout. diff --git a/reference/imap/functions/imap-undelete.xml b/reference/imap/functions/imap-undelete.xml index 1383ade040..c071a4db48 100644 --- a/reference/imap/functions/imap-undelete.xml +++ b/reference/imap/functions/imap-undelete.xml @@ -1,5 +1,5 @@ - + imap_undelete @@ -11,7 +11,7 @@ boolimap_undelete resourceimap_stream intmsg_number - intflags + intflags0 Removes the deletion flag for a specified message, which is set by diff --git a/reference/json/functions/json-decode.xml b/reference/json/functions/json-decode.xml index 8bcef3b195..d387f3aef4 100644 --- a/reference/json/functions/json-decode.xml +++ b/reference/json/functions/json-decode.xml @@ -1,5 +1,5 @@ - + json_decode @@ -11,7 +11,8 @@ mixedjson_decode stringjson - boolassoc + boolassocfalse + intdepth512 Takes a JSON encoded string and converts it into a PHP variable. @@ -39,6 +40,14 @@ + + depth + + + + + + diff --git a/reference/json/functions/json-encode.xml b/reference/json/functions/json-encode.xml index 36b963db70..34f406fa04 100644 --- a/reference/json/functions/json-encode.xml +++ b/reference/json/functions/json-encode.xml @@ -1,5 +1,5 @@ - + json_encode @@ -11,7 +11,7 @@ stringjson_encode mixedvalue - intoptions + intoptions0 Returns a string containing the JSON representation of