Note Submitter: Stéphane
Reason: useless
----
Looks like if you give big values to arguments your script
will end with a :
Fatal error: Maximum execution time of 30 seconds exceeded
in /xxxxxxxx.php on line 73
And if you append to have used the function with you will
wonder for hours where/why your script dies... (that's what
I did)
The arguments I used for my test are :
Array
(
[0] => Resource id #102
[1] => Resource id #101
[2] => 0
[3] => 0
[4] => -29600
[5] => -29700
[6] => 100
[7] => 100
[8] => 60000
[9] => 60000
)
I hope this will save time to some people...
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|