Commit graph

171 commits

Author SHA1 Message Date
Gustavo André dos Santos Lopes
8e291b4d37 - Fixed description on the "port" parameter (closes bug #53002).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304160 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-06 15:14:49 +00:00
Jakub Vrana
f453f7036c Add PHP tags to <programlisting>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301112 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 09:38:38 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Kalle Sommer Nielsen
9f14451302 Fixed bug #38311 (About the note in socket-getpeername's documentation)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292666 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-26 18:31:39 +00:00
Kalle Sommer Nielsen
3428048b06 Fixed #50313 (traceroute example in socket create manual page)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292411 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-21 12:18:25 +00:00
Richard Quadling
4a9d095878 Entity for false return.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291884 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-08 16:59:10 +00:00
Daniel P. Brown
fb0ca8be11 Fixes typo from Bug #50412.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291881 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-08 16:32:01 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Torben Wilson
d4c454a039 Cleaned up the example.
Folded in a little information from the user notes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288342 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-14 20:02:17 +00:00
Torben Wilson
3036985e06 One typo fix and one fact fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288317 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-14 09:10:23 +00:00
Torben Wilson
4ec9686673 At long last, got around to documenting this. Meant to do this years ago.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288316 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-14 09:09:50 +00:00
Nilgün Belma Bugüner
9511edb9f8 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283836 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:54:10 +00:00
Yannick Torres
e64f47fe43 fix markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279788 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 15:59:44 +00:00
Mehdi Achour
33452ee6b3 Add/move sections to changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277645 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 21:08:01 +00:00
Mehdi Achour
68bd154ab9 Work on constants
Added missing constants:

DOM_PHP_ERR, GLOB_AVAILABLE_FLAGS, FILE_NO_DEFAULT_CONTEXT, FNM_NOESCAPE, FNM_PATHNAME,
FNM_PERIOD, FNM_CASEFOLD, IMAGETYPE_JPEG2000, NAN, INF, MYSQLI_TYPE_INTERVAL, MYSQLI_TYPE_CHAR,
MYSQLI_CURSOR_TYPE_FOR_UPDATE, MYSQLI_CURSOR_TYPE_NO_CURSOR, MYSQLI_CURSOR_TYPE_READ_ONLY,
MYSQLI_CURSOR_TYPE_SCROLLABLE, MYSQLI_STMT_ATTR_CURSOR_TYPE, MYSQLI_STMT_ATTR_PREFETCH_ROWS,
MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH, MYSQLI_SET_CHARSET_NAME, OPENSSL_ALGO_DSS1, TCP_NODELAY,
SQLITE_NOTADB, SQLITE_FORMAT, PSFS_FLAG_NORMAL, PSFS_FLAG_FLUSH_INC, PSFS_FLAG_FLUSH_CLOSE,
XML_SAX_IMPL

Added missing <constant></constant> markup

Fixed:
 * GD_BUNDLE => GD_BUNDLED
 * SOCKET_ERMCHG => SOCKET_EREMCHG


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277584 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 15:45:07 +00:00
Antony Dovgal
62dff3a642 add/fix return values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@274840 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-29 14:05:48 +00:00
Kalle Sommer Nielsen
9f6cf2b555 * Document Windows support for: fnmatch(), link(), linkinfo(), readlink(), symlink(), checkdnsrr(), dns_get_record(), getmxrr() and stream_socket_pair()
* Document that socket_create_pair() was unavailable on Windows between 4.3 and 5.3, aswell as making the example work on Windows and fix a syntax error in there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@274832 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-29 10:21:20 +00:00
Jakub Vrana
6125c0100d Initializers - part 4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273634 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 12:08:51 +00:00
Philip Olson
6bbdc5267f Fixed simple spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271311 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 04:22:48 +00:00
Philip Olson
c79f3fc3aa Contains version information (when functions became available to PHP)
# Originally from the following location (although likely modified):
# phpdoc/phpbook/phpbook-xsl/version.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268251 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 03:27:21 +00:00
Kalle Sommer Nielsen
a1e01bf831 * Fix typo
* E_ACCESS > E_ACCES


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267822 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-26 18:32:42 +00:00
Kalle Sommer Nielsen
5cf26943af * Fixes #44280 (socket_send forth argument misdocumented)
* Added missing socket constants thats specific to Windows and Unix
* AF_INET6 requires IPv6 support to be defined


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267811 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-26 17:42:55 +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
Cornelia Boenigk
57e587523b fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249092 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 23:27:40 +00:00
Philip Olson
3f15ebba99 MFB: Upgrade to the new-reference-structure
- Split reference.xml into book.xml, setup.xml, errors.xml and examples.xml
- Moved from reference.xml to book.xml:
  - The intro text (partintro), and link to various pages
- Moved from reference.xml to setup.xml:
  - The rest: requirements, installation, configuration, and resources
- Changed the constants section to be an <appendix>
- Changed the intro ID from <extname>.intro to intro.<extname>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248675 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-21 20:13:30 +00:00
Hannes Magnusson
0258a77f1e MFB: Rename "functions.xml" to entities.<dirname>.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Nick Berard
86e3289c71 Modified example to handle all errors.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241656 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 15:59:43 +00:00
Nick Berard
6164d642ad Fixed bug #42343
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241618 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 03:59:58 +00:00
Nick Berard
bd18bd44af Corrected the table and removed unapplicable flags. Also added a better description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241450 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 15:17:30 +00:00
Nick Berard
4a8da15349 Corrected wording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241447 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 14:37:01 +00:00
Nick Berard
1c3dbe53f8 Added more verbose example + fixed grammatical error in synopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241444 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 13:58:27 +00:00
Nick Berard
6c650fce00 Parameter explanation + note about locale + changed method synopsis a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241443 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 13:51:53 +00:00
Nick Berard
924f47b649 Added parameter information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241442 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 13:45:12 +00:00
Richard Quadling
94b90f88d0 structfield => varname
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241431 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 11:08:52 +00:00
TAKAGI Masahiro
5f2097b16a fixed function name in example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241406 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 08:49:19 +00:00
Nick Berard
a0d33f1c22 Added example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241346 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 19:40:36 +00:00
Nick Berard
893a0da545 Added an example and parameter description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241345 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 19:36:34 +00:00
Nick Berard
bedf024ef5 Documented all options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241344 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 19:30:16 +00:00
Nick Berard
2fe80ab76e Added better examples and wrote a little explanation on what blocking is
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241342 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 19:00:00 +00:00
Nick Berard
92155d1703 Added parameter specification
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241340 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 18:28:08 +00:00
Nick Berard
96a49cd64b Created the see also section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241339 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 18:27:16 +00:00
Nick Berard
0be63a2d9f - Added parameter specification
- Added socket_create_pair in see also section


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241338 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 18:26:08 +00:00
Nick Berard
c45afb0f4d - Clarified method synopsis
- Port needs to be specified in socket is AF_INET or AF_INET6
- IP is quad-dot notation if AF_INET or IPV6 notation if AF_INET6


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241337 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 18:24:24 +00:00
Nick Berard
6567039811 Moved the note to method synopsis, like all the other socket functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241336 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 18:22:54 +00:00
Nick Berard
745ab9c2ef Added parameter specification
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241335 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 18:21:58 +00:00
Nick Berard
47aac5ffc4 Revert, old change in local file already committed by Jakub
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241324 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 14:58:11 +00:00
Nick Berard
b27b8e938b Added the two missing constants to constants.xml (MSG_EOF and MSG_EOR)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241322 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 14:55:09 +00:00
Jakub Vrana
6ea3b0d320 Use MSG_* constants (bug #42084)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241311 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 13:08:29 +00:00
Nick Berard
7be4b58f0e - Removed MSG_EOR and MSG_EOF for the moment, as they are not registered
- Corrected the example (closed bug #36109)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240098 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-21 17:55:08 +00:00
Nick Berard
bd8c14c1c8 Documented the parameters of the function.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@239127 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-03 19:58:06 +00:00