Kalle Sommer Nielsen
193329c660
* Added examples for:
...
* register_shutdown_function
* get_magic_quotes_runtime
* set_magic_quotes_runtime
* zend_thread_id
* is_nan
* ignore_user_abort
* define_syslog_variables
* Fix examples on syslog and __halt_compiler functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267310 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-14 03:07:20 +00:00
Kalle Sommer Nielsen
f8c1327682
Added examples for:
...
* is_binary
* is_buffer
* is_object
* is_unicode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267304 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-13 23:35:15 +00:00
Ross Masters
964f0c1f63
Added examples for all functions.
...
Added forced download image for readfile example.
Added see also links for the following:
- flush
- fileowner
- rewind
- rmdir
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267284 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-13 19:26:50 +00:00
Felipe Pena
413b0c132a
- Added examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267159 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-10 18:12:54 +00:00
Ross Masters
66095fd370
Added missing examples.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267129 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-09 20:40:06 +00:00
Kalle Sommer Nielsen
a48b72ac9e
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267114 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-09 14:12:57 +00:00
Kalle Sommer Nielsen
872db911c6
Old part should have been removed, doh :)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267113 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-09 13:58:28 +00:00
Kalle Sommer Nielsen
a523db9358
* Added undocumented constant SQLFLT4
...
* Added missing information about resource types in MSSQL
* Fixed some re-wording around the docs and some other cleanup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267105 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-09 08:48:10 +00:00
Ross Masters
07e081dd58
Reworded how typing works and rewrote example to help show it.
...
Fixed bug #45207 (Incorrect or missing documentation for languages.variables)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267083 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-08 19:50:07 +00:00
Kalle Sommer Nielsen
056b700f20
Fixes #46253 (wrong return value description for curl_error())
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267082 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-08 18:43:43 +00:00
Kalle Sommer Nielsen
8270283d6b
News
...
* Added missing <literal> on setup note
* Added a reference to PDO_DBLIB and PDO_ODBC on setup note
* Added a source comment on mssql_connect() explaining how to use a connect with a custom port
* Added undocumented ini setting mssql.charset (available as of PHP 5.1.2)
* Added missing parameter descriptions on mssql_guid_string
* Added missing examples for
* mssql_data_seek (Ross)
* mssql_execute
* mssql_fetch_array
* mssql_fetch_assoc
* mssql_fetch_field
* mssql_fetch_object
* mssql_fetch_row (RMLR)
* mssql_field_length
* mssql_field_name
* mssql_field_seek
* mssql_field_type
* mssql_free_result
* mssql_free_statement
* mssql_get_last_message
* mssql_guid_string
* mssql_init
* mssql_min_error_severity
* mssql_min_message_severity
* mssql_num_fields
* mssql_pconnect (RMLR)
* mssql_result
* Added constant descriptions
* Documented the following functions
* mssql_get_last_message
* mssql_min_error_severity
* mssql_min_message_severity
* Changed examples on the following
* mssql_bind
* mssql_fetch_batch
* mssql_next_result
* mssql_query
* Fixed example on mssql_rows_affected
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267081 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-08 18:29:23 +00:00
Kalle Sommer Nielsen
e23b547c7c
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267038 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-07 07:55:12 +00:00
Kalle Sommer Nielsen
68df8c7a9f
State that a user should copy its ntwdblib into the php directory if using SQL Server 2005+ to use ext/mssql
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267037 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-07 07:31:57 +00:00
Kalle Sommer Nielsen
9b26b00569
New examples for
...
- md5_file
- is_numeric
- strval
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267036 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-07 07:31:12 +00:00
Kalle Sommer Nielsen
c8c9653b23
Part 1/2 of updates to MSSQL docs
...
- Documented the following functions
- mssql_rows_affected
- mssql_guid_string
- Added examples for the following functions
- mssql_close
- mssql_connect
- mssql_num_rows
- mssql_query
- mssql_rows_affected
- mssql_select_db
- State that the following function parameter types has changed
- mssql_bind
- is_output and is_null is booleans
- mssql_guid_string
- short_Format is boolean
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267030 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-07 02:34:38 +00:00
Kalle Sommer Nielsen
287a5fdfb4
Fixes #46213 (Documentation needs clarification)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266937 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-03 10:49:13 +00:00
Kalle Sommer Nielsen
bd745e24d0
Missing <literal> -- sorry translators :)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266883 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 11:21:08 +00:00
Richard Quadling
24c2a96c9c
Patches supplied by Anthony Bedford. Thank you.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266882 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 11:17:26 +00:00
Kalle Sommer Nielsen
d455ccf21d
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266878 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 11:01:54 +00:00
Kalle Sommer Nielsen
87dbd56595
Bug #46135 (mcrypt_generic typo) -- Since theres no way of linking to a function using <function> with parameters this is needed.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266876 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 08:54:42 +00:00
Kalle Sommer Nielsen
0d71bfe706
Fixed bug #44519 (curl documentation lists CURLOPT_POSTFIELDS as string, should be mixed)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266871 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 08:37:21 +00:00
Kalle Sommer Nielsen
c2e9f2cc44
Added new examples to CURL:
...
- curl_errno()
- curl_error()
- curl_getinfo()
- curl_version()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266870 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 08:29:12 +00:00
Hannes Magnusson
3486cb73d8
Revert. Jumped the gun. It never got moved :|
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266813 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-28 00:50:28 +00:00
Philip Olson
ace9c64498
Added missing cruft
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266765 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-25 18:02:56 +00:00
Philip Olson
3c34370019
Version information for ext/dio
...
# Split from phpdoc/phpbook/phpbook-xsl/version.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266764 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-25 17:59:32 +00:00
Simion Onea
598a525d73
Removed repeated 'directive'.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266736 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-24 12:41:26 +00:00
Jakub Vrana
7abb070155
auto_globals_jit is checked in compile time (thanks to Steffan Esser)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266538 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-19 15:00:08 +00:00
Jakub Vrana
c385e50ef0
Capitalize title
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266440 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-17 10:25:43 +00:00
Jakub Vrana
d9e620ae3d
An object parameter can be a class name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266438 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-17 09:38:47 +00:00
Hannes Magnusson
7af10506cd
Revert.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266290 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-14 18:53:08 +00:00
Peter Emil Henriksen
45f62244d2
Started translation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266280 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-14 10:24:43 +00:00
Kalle Sommer Nielsen
1203f2da7e
Added a missing <varname>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266136 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-11 12:35:08 +00:00
Hannes Magnusson
8baa1f732e
Revert back to <classname> as unfortunately <exceptionname> isn't
...
implemented in PhD yet :(
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266135 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-11 12:09:37 +00:00
Kalle Sommer Nielsen
9067127f31
* Fixed background usage on imagefilledpolygon and imagepolygon
...
* Added missing paragraph on imageftbbox
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266127 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-11 09:38:50 +00:00
Hannes Magnusson
05d99d2bb2
uses codepoint as of PHP6
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266076 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-10 14:50:50 +00:00
Hannes Magnusson
5d060daa6e
Mention which one is the default setting
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266075 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-10 14:47:26 +00:00
Herman J. Radtke III
959be50e8b
Added an example showing some common problems people using JavaScript run into when using json_decode.
...
Also added a note stating that JSON is not the same as JavaScript in hopes that people will realize that the json_decode function is not buggy but instead following the JSON specification.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266054 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-10 01:51:18 +00:00
Hannes Magnusson
4a6e79e26a
as of PHP5.3 we have our own realpath() implementation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266037 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 14:43:53 +00:00
Hannes Magnusson
5572f9e855
moved to pecl as of 5.3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266036 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 14:33:58 +00:00
Hannes Magnusson
cc1e4dff77
Returns false on parse errors as of PHP5.3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266035 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 14:32:34 +00:00
Hannes Magnusson
4c9b8af61e
New INI option as of 5.3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266034 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 14:32:03 +00:00
Herman J. Radtke III
9c12b0dc20
Corrected the example titles.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266032 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 12:11:11 +00:00
Hannes Magnusson
ef0a0cf42d
Use <varname> for variables (automatically creates links to their
...
documentations)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266024 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 07:32:33 +00:00
Herman J. Radtke III
768a81cfaa
There was a lot of confusion in the user notes about the !== operator. An
...
example was added using the !== operator in hopes of clearing some of it up.
Each example now has its own example box and title as well.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266014 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 05:00:50 +00:00
Herman J. Radtke III
9fa2c902c0
Added a sentence to the return values section explaining that passing something other than mysqli_stmt object would return NULL instead of -1.
...
This was pertaining to bug #43708 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266013 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 02:00:10 +00:00
Herman J. Radtke III
d0ea8d4d00
Added a warning about using this function with $_GET and $_REQUEST as suggested in bug #44815 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266011 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 01:23:27 +00:00
Carola 'Sammy' Kummert
c3385fd893
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265986 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-08 12:49:20 +00:00
Kalle Sommer Nielsen
ec089fd587
Fix example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265984 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-08 12:02:19 +00:00
Kalle Sommer Nielsen
d1d868c383
Fix php highlight in examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265942 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-07 19:27:41 +00:00
Hannes Magnusson
dd1f81f00b
Add seealso array_fill_keys()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265879 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-04 16:18:49 +00:00