didou Sat Aug 9 01:01:44 2003 EDT
Modified files:
/phpdoc/en/reference/pdf/functions pdf-fill.xml
Log:
missed one
Index: phpdoc/en/reference/pdf/functions/pdf-fill.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-fill.xml:1.4
phpdoc/en/reference/pdf/functi
In the documentation for GD image functions, to eliminate confusion:
The WBMP format should be described as "not the Windows BMP format" but
"Wireless Bitmap" format, part of the WAP specification for cellphones.
http://www.openmobilealliance.org/wapdownload.html
--
PHP Documentation Mailing Lis
reverted.
didou
?
There is a _() function!
Goba
didouWed Aug 6 12:29:39 2003 EDT
Modified files: /phpdocfunclist.txt Log:
bad entry
Index: phpdoc/funclist.txt
diff -u phpdoc/funclist.txt:1.24 phpdoc/funclist.txt:1.25
--- phpdoc/funclist.txt:1.24Tu
didou Wed Aug 6 12:29:39 2003 EDT
Modified files:
/phpdoc funclist.txt
Log:
bad entry
Index: phpdoc/funclist.txt
diff -u phpdoc/funclist.txt:1.24 phpdoc/funclist.txt:1.25
--- phpdoc/funclist.txt:1.24Tue Jul 15 13:57:56 2003
+++ phpdoc/funclist.txt Wed
If you are running under Windows you must find the php.ini file, open it and
search the string "register_globals=off" and turn it to "on".
> I am a complete newbie to php environment and I am in the need to change
the
> register_globals from the state they are now(off ) to "on" how do I go
about
>
Not that I have unlimited time, but yes exactly (proofreading etc.).
How could that work?
Mike
How would you like to help us? We certainly need help in
proofreading, adding better examples at some cases, or clarifying some
points.
Goba
--
PHP Documentation Mailing List (http://www.php.net/)
Hi there...
When writing a classfunction that returned an array and passed it to
array_pop like:
array_pop($obj->getArray());
I encountered the problem that my original array was modified...so i
ended up having one less after every call...which I did not expect,
because the getArray() function