Commit graph

16765 commits

Author SHA1 Message Date
Daniel Egeberg
3789d01ba8 Added undocumented public properties in DateInterval.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301510 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-24 12:02:57 +00:00
Joris van de Sande
a917da5674 - Added parameter and return value documentation for ReflectionMethod constructor
- Updated documentation and added examples for the following ReflectionMethod methods: export, getDeclaringClass, getPrototype, invoke, invokeArgs, isDestructor, __toString

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301478 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-22 20:03:49 +00:00
Daniel Egeberg
9280b06246 Fixed PHP bug #52392 (Small, but important addictions in "Return Values" and "See Also")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301475 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-22 17:59:08 +00:00
Daniel Egeberg
8574a2c1bd Documented constructor changes in PHP 5.3.3.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301474 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-22 17:47:40 +00:00
Joris van de Sande
587df982a2 - Documented/fixed arguments for ReflectionMethod class methods: invoke and invokeArgs
- Documented exceptions for ReflectionMethod class methods: invoke and invokeArgs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301456 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-21 21:38:42 +00:00
Richard Quadling
f1b4419dc7 Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301447 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-21 16:48:15 +00:00
Richard Quadling
fdba617bc8 Added note about backward compatibility of extending exceptions for PHP < 5.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301446 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-21 16:02:05 +00:00
Peter Cowburn
55ac051503 fixed function name in example (thanks Thomas Gillis)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301422 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 15:38:17 +00:00
Richard Quadling
2ab5985e8b Strval var parameter updated to include objects implmenting a __toString() method.
Fixes bug #52360

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301421 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 13:56:33 +00:00
Richard Quadling
1a639b1c73 Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301420 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 13:51:38 +00:00
Jakub Vrana
b5ee8a5c0d Better explanation of mysqli_report
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301418 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 09:43:37 +00:00
Adam Harvey
5c46b0354a Per doc bug #52378 (new DateTime(time()) failed and should not), clarified how
you can emulate the functionality of DateTime::setTimestamp() in PHP 5.2 with
an example.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301411 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 04:25:14 +00:00
Mikko Koppanen
edeee01e3e Added docs for a couple of methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301404 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 18:47:31 +00:00
Peter Cowburn
8792fa38b4 corrected note re. "other syntaxes" versus single-quoted strings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301395 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 13:25:16 +00:00
Adam Harvey
49d9c2bfe7 Fix doc bug #52363 (timezone_name_from_abbr problem) by adding more explanation
of the $isdst parameter.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301391 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 10:13:31 +00:00
Adam Harvey
9197963209 Fix doc bug #52366 (flock() fails on gzopen()'d file pointer) by making it
clearer that flock() only works on actual file handles. Also fixed a couple of
grammatical problems, and added a more detailed explanation of when mandatory
locking will be used that's hopefully more or less accurate.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301386 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 04:30:25 +00:00
Karoly Negyesi
ad9e3f2174 Documented the weird difference between classname::$foo and classname::$foo()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301351 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-17 18:48:15 +00:00
Pedro Antonio Gil Rodríguez
f5314899f8 Corrected a mistake in line 45 (width -> height)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301328 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-16 15:36:37 +00:00
Adam Harvey
e6b8bd2a32 Fix doc bug #52353 (Deprecated function referenced in documentation) by
replacing split() in implode's see also list with preg_split().


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301310 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-16 03:43:10 +00:00
Daniel Egeberg
2fba385e29 Fixed PHP bug #52344 (__LINE__ not listed in the documentation)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301282 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-15 07:48:21 +00:00
Kristina Chodorow
8f124d7805 fixed bug in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301207 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-12 16:00:04 +00:00
Kristina Chodorow
c65fc65d3b error codes, remove opt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301206 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-12 15:53:42 +00:00
Kristina Chodorow
1eb68ccad4 added safe=int opt and fsync
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301205 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-12 15:52:05 +00:00
Richard Quadling
11fa904483 Fix build. Sorry!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301181 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-12 10:41:23 +00:00
Richard Quadling
75ce87e32c Show the use $obj[] within an ArrayAccess interface.
Fix bug#52308

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301180 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-12 10:35:59 +00:00
Ulf Wendel
d9e565cad1 Fixing indentation - I told NetBeans to use single space
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301137 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 16:02:41 +00:00
Richard Quadling
2cdfda0553 Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301133 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 14:26:08 +00:00
Anthony Bedford
a62c5f2622 Initial version of MySQL Native Driver (mysqlnd) Query Cache documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301130 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 14:11:58 +00:00
Jakub Vrana
58e026c057 Fix PHP syntax errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301119 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 11:28:40 +00:00
Jakub Vrana
257719873b Add PHP tags to <programlisting>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301115 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 09:58:13 +00:00
Richard Quadling
6f78fd0289 Show E_xxxx as constants.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301114 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 09:57:39 +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
Richard Quadling
07821cd88c Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301097 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-08 19:34:26 +00:00
Philip Olson
fc4d5e2d63 PHP 5.3.3 bundles PCRE 8.02. It's likely the only PHP that will, since 8.10 is out now, but 5.3.3 is in RC currently.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301091 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-08 16:54:36 +00:00
Kristina Chodorow
3b8aa620b5 better group examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301082 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-08 14:17:34 +00:00
Kristina Chodorow
f5b736e852 added ASCENDING and DESCENDING consts
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301053 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-07 15:31:22 +00:00
Kristina Chodorow
5b9cdaeef3 fixed count params/param name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301052 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-07 15:15:48 +00:00
Richard Quadling
ea2023e453 Added <screen> output for examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301048 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-07 11:47:34 +00:00
Daniel Egeberg
54028b9d81 Fixed PHP bug #52273, added example outputs to SimpleXMLElement::getDocNamespaces().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301044 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-07 11:18:44 +00:00
Daniel Egeberg
41390ad8ed Forgot to remove old entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301015 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-05 21:52:21 +00:00
Philip Olson
bd0c7e71a2 Fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301014 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-05 21:45:38 +00:00
Daniel Egeberg
1837ca654d Fixed PHP bug #52246 (The bbcode_parse function returns the result of the parsing, not TRUE or FALSE)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300987 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-04 15:06:31 +00:00
Gustavo André dos Santos Lopes
d29e172cab - Added rarEntry::getPosition
- Added rar:// wrapper documentation
- Other improvements on the rar extension documentation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300966 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-03 08:19:20 +00:00
Gustavo André dos Santos Lopes
5699ed7b61 Updated with new functions; a few fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300960 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-03 02:03:51 +00:00
Antony Dovgal
20ccf7dc53 initial version of FPM manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300919 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-01 21:12:55 +00:00
Richard Quadling
9142ea15d9 Improve example for SoapClient::__getFunctions() & SoapClient::__getTypes(). Fix bug #52217
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300897 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-01 09:15:35 +00:00
Lorenzo Castelli
d904764e9e Add link to the definition of perfect hashing on Wikipedia.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300877 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-30 09:12:29 +00:00
Pieter de Zwart
ba57d7f325 Documenting AMQPQueue::bind and AMQP::ack.
Cleaning up definitions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300868 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-30 00:58:26 +00:00
Philip Olson
383b579aef - Unified and clarified the installation section of our libxml based XML extensions
- Added libxml requirement to extensions requiring it (w/ new entity)
- Added --disable-* description for those that are enabled by default (w/ new entity)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300860 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-29 19:21:07 +00:00
Richard Quadling
52c6382222 Use &date.datetime.retval.changelog; for changelog to bring it inline with other methods.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300803 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-28 12:22:05 +00:00