Commit graph

1115 commits

Author SHA1 Message Date
Ron Chmara
f155012eff Move and enhance note about blank lines and header().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40727 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-04 22:45:17 +00:00
Sebastian Bergmann
6534b72ee4 Really 'fix' Sterling's XSLT example :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40726 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-04 22:11:49 +00:00
Sterling Hughes
c1d00421e1 Fix the XSLT example...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40706 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-04 09:21:44 +00:00
Adam Dickmeiss
76d474a37d Added documentation for yaz_element.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40614 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-02 17:15:24 +00:00
Damien Seguy
5f4df44a5a Removed double htmlspecialchars citation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40550 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-01 16:23:41 +00:00
Uwe Steinmann
bcbd3b42b6 - more documentation of domxml, but not finished yet
- most function are at least listed with a one sentence description


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40520 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-01 09:03:07 +00:00
Uwe Steinmann
93a7143908 - fixed syntax errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40449 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-31 16:37:26 +00:00
Uwe Steinmann
75533b7c89 - starting to document domxml functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40432 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-31 06:14:12 +00:00
Andrei Zmievski
0c716ec85e Note about preg_grep().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40426 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-31 03:16:23 +00:00
Damien Seguy
9b4dc91519 Updated against pcre.txt :
added some details about performances, nesting and infinite quantifier, and recursive subpatterns.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40380 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-30 08:56:36 +00:00
John Donagher
73681c0848 PR:
Clarify instructions for which SDK to download.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40313 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-28 00:26:25 +00:00
Gabor Hojtsy
88718209f9 Fix an example naming typo...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40217 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-26 18:05:08 +00:00
Jon Parise
24263db97f Fix from the Department of Redundancy Department.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40090 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-24 05:53:47 +00:00
Jon Parise
8378a523a7 Add a note about the "write" handler being called _after_ the output stream
is closed. (User note: 10191)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40089 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-24 05:50:50 +00:00
foobar
49ba472951 Added info about imagegetsize() supporting URLs since 4.0.5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40071 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-24 00:07:58 +00:00
jim winstead
0436090b09 note that we use the c library's strftime, which may not support all the specifiers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40026 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 03:25:46 +00:00
jim winstead
b71e069eb1 clear up some gzip/deflate confusion (of course, gzencode is undocumented, which leaves a bit of a hole)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40022 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:29:41 +00:00
jim winstead
b6ec0edf52 note that mysql_affected_rows must be called before commit when using transactions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40014 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:07:46 +00:00
jim winstead
d119a57899 add warning about having a world-readable sessions.save_path
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40013 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:03:35 +00:00
jim winstead
87014819d0 remove bogus example, tested with php3.0.6 and php4.0.3 to be wrong
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40011 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 01:43:38 +00:00
jim winstead
4207d86a69 add a multidimensional array example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40010 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 01:29:14 +00:00
jim winstead
9b35c54ee6 not return of mysql_affected_row when query had failed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40009 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 01:26:21 +00:00
jim winstead
6d1b6f26ce document preserve_keys param to array_reverse
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40008 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 01:20:41 +00:00
jim winstead
3e67bfa595 php4 doesn't create character classes for spaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40006 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 00:56:28 +00:00
Egon Schmid
6154b2afef Typos and wrong nesting of elements.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39997 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 22:51:51 +00:00
Andrei Zmievski
d9990a9d99 Docs for /F modifier and matching delimeters.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39996 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 22:27:41 +00:00
Andrei Zmievski
6df83eb27d Docs for str_replace() improvements.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39992 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 21:48:59 +00:00
Egon Schmid
07da8169a0 Element variablelist was missing.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39991 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 21:48:27 +00:00
Andrei Zmievski
c296e8a22f Add docs about new functionality of extract().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39971 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 17:44:34 +00:00
jim winstead
7dd641009b fix a bunch more entities that cause a stricter xml parser (xerces) to choke
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39899 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 21:08:27 +00:00
Sean Bright
c74e9e3846 Update setlocale() to reflect the addition of strcoll()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39893 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 19:15:05 +00:00
Sean Bright
980364095d Added strcoll() documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39891 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 19:12:53 +00:00
Stig Venaas
cde202d6fb Added details on controls to ldap_set_option() doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39739 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-18 23:26:48 +00:00
Egon Schmid
635a38ffee Now it is formated and indented with emacs psgml-mode..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39666 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-17 21:36:25 +00:00
Andrei Zmievski
a880128abe Document the standardization of offset sign.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39664 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-17 21:10:57 +00:00
Sean Bright
dc8da852af Added localeconv() documentation
Updated setlocale() documentation to reference localeconv()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39604 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-16 23:26:07 +00:00
Stig Bakken
dc4efd6634 * docs for odbc_error() and odbc_errormsg()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39492 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-15 00:40:50 +00:00
Hartmut Holzgraefe
cac029207c made new install.xml build without warnungs
uodbc had a link to something in install.xml that's no longer there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39478 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-14 18:16:22 +00:00
Ron Chmara
cf0805bfe0 Compile requirements and some indentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39336 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-13 08:03:47 +00:00
Ron Chmara
1500908674 1-31 range for strftime (typo)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39332 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-13 06:54:45 +00:00
Egon Schmid
d81f1decab Added a note for the changed return type.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38930 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-08 21:20:31 +00:00
Rasmus Lerdorf
c137faa71e Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38869 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-08 02:28:28 +00:00
Rui Hirokawa
b5bb9370d1 updated translation and fixed a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38858 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-08 01:39:29 +00:00
Derick Rethans
435459d19d Clarification of the strict parameter of in_array
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38843 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-07 23:32:24 +00:00
foobar
2685993b9f Initial documentation for imagecreatefromstring() function.
# CaPS, would you be so kind and add more info about this and maybe
# some example too?


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38842 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-07 22:42:43 +00:00
foobar
1406cee9c9 Added documentation for imagecreatefromwbmp() and imagewbmp() functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38841 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-07 22:24:04 +00:00
Sam Masiello
e7db19e022 fixed return type and typo with mcal_fetch_current_stream_event
PR:
Submitted by:
Reviewed by: askalski
Obtained from:


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38713 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-05 19:01:15 +00:00
Hartmut Holzgraefe
7a51f3e16e added a comment describing precision parameter (bug #8510)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38701 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-05 17:35:57 +00:00
Sam Masiello
7de95a8037 fixed function prototypes for mcal_create_calendar, mcal_rename_calendar, and mcal_delete_calendar
PR:
Submitted by:
Reviewed by: askalski
Obtained from:


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38691 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-05 16:25:03 +00:00
Sam Masiello
257adad4df fixed typo where mcal_list_alarms function prototype was listed as mcal_list_events
PR:
Submitted by:
Reviewed by: askalski
Obtained from:


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38648 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-04 19:34:27 +00:00