Damien Seguy
21b7627d0d
Added details to pow from PHP-note.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48030 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 10:47:43 +00:00
Damien Seguy
f1705cdd32
Added examples for PHP_OS.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48029 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 09:40:18 +00:00
Damien Seguy
46c7321035
Added last mysql_get_*_info.
...
TODO : check version availability, add examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48028 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 09:37:24 +00:00
Daniel Beckham
d520283ec5
corrected doc bug #10335
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48027 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 03:36:19 +00:00
Daniel Beckham
379ce1265a
corrected doc bug #10286
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48026 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 03:28:10 +00:00
Daniel Beckham
da763ecc6a
correcting doc bug #10286 , reworded information about clibpdf being able to create pdf documents in memory. It looked like someone had tried to remove the comparison between clibpdf and pdflib, but it was confusing. I also removed a lot of the information about clibpdf being faster, etc. than pdflib since it was information from circa pdflib 2.0 and we really aren't trying to promote one over the other.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48025 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 03:26:27 +00:00
Daniel Beckham
890122a2d7
corrected part of doc bug #9859
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48024 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 02:59:47 +00:00
Daniel Beckham
0c46eba1f4
changed all mixed case function names to lower case
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48023 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 02:21:09 +00:00
Daniel Beckham
b58abf6da4
added a link to the configuration option in install.xml and corrected a minor typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47999 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-20 22:49:49 +00:00
Daniel Beckham
f1fa41c650
zziplib typo and corrected some bzip2 stuff (it indicated that bzip2 was supported by PHP 3 when it's not...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47998 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-20 22:48:47 +00:00
Daniel Beckham
cf6f33bd6a
added configure information for zziplib
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47997 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-20 22:36:00 +00:00
Rui Hirokawa
a91fd61caa
added mbstring.xml.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47941 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-20 07:43:42 +00:00
Derick Rethans
5be0872015
- Added the %u modifier to sprintf().
...
- Added an example to ip2long, which shows how to print it with the %u
modifier.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47910 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-20 00:50:14 +00:00
Jeroen van Wolffelaar
b3a19355d9
Added mysql_fetch_assoc
...
(wondering why it wasn't documented ;-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47894 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 22:03:50 +00:00
Jeroen van Wolffelaar
8d0c00e348
- Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47893 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:48:23 +00:00
Jeroen van Wolffelaar
f4358b1392
- deprecated connection_timeout (it was
...
script_timeout in fact)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47892 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:46:56 +00:00
Jeroen van Wolffelaar
5c53df17a6
- added comment for near-future update
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47891 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:46:18 +00:00
Jeroen van Wolffelaar
00f873a1d9
- added note about 'mixed' type
...
- added boolean syntax, and some
examples
- changed float to double as much
as possible
- re-sectionized integer.
added note about integer division,
notes about integer-overflow
(== type juggling in fact)
- Noted that behaviour of
converting to int is undefined
in cases other than boolean
and string.
- Completely revised arrays
(I skipped string for now)
BTW: Not totally ready yet, but
ready enough to include. It is properly defined,
only examples and more explaination etc could
be useful.
- Removed ++ and -- operator for
strings. It is at best very complex
how it works, at worst buggy.
Though in certain cases it can
be useful, it will return with
proper definition.
- Noted (in comment for now)
that copying arrays works strange
when there are references to some elements.
- minor layout-improvements
- typo's
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47890 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:45:31 +00:00
Jeroen van Wolffelaar
5991cf967b
- updated revision status
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47889 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:44:05 +00:00
Jeroen van Wolffelaar
efd4406a3b
- added warning about misuse of gettype
...
- added some see-also's
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47888 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:41:43 +00:00
Jeroen van Wolffelaar
8f7d40ee34
- added mysql_escape_string
...
- made case of MySQL consistent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47887 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:39:38 +00:00
Jeroen van Wolffelaar
b46f2d8e82
- corrected case for functions so
...
references work.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47886 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:39:20 +00:00
Jeroen van Wolffelaar
8ceb0c165b
- <literal>ized
...
- fixed types
- TODO: add to resources.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47885 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:37:46 +00:00
Rasmus Lerdorf
6a2b433908
Add note on scope of a putenv
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47855 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 15:30:58 +00:00
Harald Radi
38014d8353
corrected com_set()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47811 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 21:19:28 +00:00
Daniel Beckham
0e06c96cc2
resorted functions in alpha-numeric order
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47795 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 20:47:09 +00:00
Daniel Beckham
86b26b92d7
resorted the clibpdf functions in alpha numeric order
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47777 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 16:36:48 +00:00
Daniel Beckham
652d653943
corrected endtag on line 161... you should really run 'make test' before committing changes...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47776 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 16:33:07 +00:00
Rasmus Lerdorf
c9c305249f
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47775 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 16:27:29 +00:00
Harald Radi
8f16cc3ca6
added VARIANT section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47771 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 15:04:09 +00:00
Kristian Köhntopp
de53c5e3c6
- Some clarifications.
...
- Normalized spelling of product names (PHP 3 and PHP 4)
to go with the rest of our docs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47760 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 12:44:37 +00:00
Damien Seguy
09e88b4e79
Added James's note.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47759 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 09:24:32 +00:00
Kristian Köhntopp
38ae4e994c
Completed the unfinished sentence.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47753 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 07:47:01 +00:00
Torben Wilson
5c25e3050f
Just lowercased the <function>hw_*</function> tags so that the stylesheet
...
can match them up with the function entries for crossreferencing.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47748 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 03:23:13 +00:00
Daniel Beckham
7a1cff916c
added notes about serializing objects in php4 and added links to the new serialization section of oop.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47746 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 02:23:42 +00:00
Kristian Köhntopp
8eae786de0
- Extended documentation for object orientation.
...
This should now cover most, if not all features of
PHP 4 object orientation, reflecting the greatly
improved OO features in PHP 4.
- The documentation for serialize() and unserialize()
is still stating that class associations are lost.
This is no longer true in PHP 4 and should be corrected.
It is now 1am here. I am not going to fix that now,
someone else should.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47730 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 23:05:01 +00:00
Daniel Beckham
04e007443b
clarified analog clock description and reference to CLibPDF, fixed return type of PDF_findfont, put PDF_open_memory_image in aphanumeric order and converted some of the function names from pdf_ to PDF_
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47729 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 22:40:32 +00:00
Daniel Beckham
ccb420c327
clarification of introductory text
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47728 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 21:49:51 +00:00
Daniel Beckham
76b96b2561
added info for pdflib configuration\nand updated pdflib version information\nin several places.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47724 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 21:44:38 +00:00
Jeroen van Wolffelaar
06f85a6a0f
Corrected the 'crap', moved it to frontpage
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47693 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 14:06:31 +00:00
Martin Kraemer
f9a8a70ce1
Clarify the "Handler" (supply a handler table) vs. "handle".
...
Fix erroneous return type for dba_delete()
"Literal"ize TRUE and FALSE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47681 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 12:43:46 +00:00
Martin Kraemer
2290661fe6
Fix typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47680 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 12:40:57 +00:00
Jeroen van Wolffelaar
b54348e418
Fixed typo again, recounted types...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47665 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 09:25:32 +00:00
Damien Seguy
0d3c72d050
Added JPEG default quality
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47664 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 08:37:05 +00:00
Damien Seguy
611d73a01c
minor typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47663 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 08:14:25 +00:00
Damien Seguy
ba0aec2b0f
minor typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47662 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 08:03:33 +00:00
Damien Seguy
974b49a724
small typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47661 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 07:55:52 +00:00
Damien Seguy
3500ffe14a
Added getimagesize 's return when failing.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47660 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 07:30:31 +00:00
Egon Schmid
192a79eab1
To make the story short. I deleded that crap.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47657 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 05:56:33 +00:00
Jeroen van Wolffelaar
ff6d73d914
Applied int -> resource to new function too
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47626 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-16 22:52:23 +00:00