1
0
mirror of https://github.com/php/doc-en.git synced 2026-04-29 10:13:23 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
Gina Peter Banyard 5c7e9e1351 Rework documentation for dir functions (#4989)
Include 8.5 deprecation for passing null to use the last opened directory.
2025-11-27 19:40:35 +00:00
Máté Kocsis b0b19b6618 Generate methodsynopses based on stubs for recent changes (#903) 2021-10-01 17:23:05 +02:00
Christoph Michael Becker b95d28e6ec Fix return types
Functions which return false on failure should state that in their
signature as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +00:00
Justin Martin 99a5cc447f Clarified that readdir will return all entries in a directory, not just the files. Updated examples to reflect that. Closes bug #60443.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320392 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-04 23:34:54 +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 4bc27d8766 Remove the last of the PHP3 related stuff around the manual, including the documentation for:
* ascii2ebcdic
* ebcdic2ascii
* mysql_change_user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:01:06 +00:00
Richard Quadling f658721332 Use &return.falseforfailure; entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +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
Nilgün Belma Bugüner 93f9ef3a7b fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283805 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:49:33 +00:00
Felipe Pena d1c33016f2 - Added new entries in seealso section (as suggested by "xentek" on user notes)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268443 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-06 20:44:12 +00:00
Kalle Sommer Nielsen baa9dab8ca * Fixes #43529 (readdir(), rewinddir() and closedir() don't always fail when passed 0 arguments)
* Fixed wrong call in example on imageinterlace()
* Added example for imageistruecolor()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264477 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-08 18:44:17 +00:00
Hannes Magnusson c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Etienne Kneuss c247bf0aec add falseproblem warning to readdir
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233436 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-07 23:34:30 +00:00
Philip Olson a0c013fbcd Moved to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184184 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-11 23:28:21 +00:00
Philip Olson fb99bcd65c WS, preparation for the new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184181 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-11 22:04:40 +00:00
Yannick Torres cdf0cec871 use more entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171845 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-01 16:08:20 +00:00
Jakub Vrana 65609f18e2 Uppercase first letter in refpurpose
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166801 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 12:14:46 +00:00
Mehdi Achour 391c25a6cf adding PHP tags in the examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135250 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-16 17:25:02 +00:00
Friedhelm Betz b222cf7d49 see also glob added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120688 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-19 12:14:20 +00:00
Markus Fischer 07294309a1 - Give a trivial example how a directory could be named who evaluates to false.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94534 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-04 08:19:47 +00:00
Hartmut Holzgraefe 5b9fc29465 revision tags added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00
Hartmut Holzgraefe a4b6d72ad3 banana-split
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 00:12:54 +00:00