Ask a Question related to PHP Notes, Design and Development.
-
didou@php.net #1
note 22104 deleted from function.ibase-fetch-row by didou
Note Submitter: El Angel [email]999@hotmail.com[/email]
----
A very more fast version of the example select would be
Select Count(*) from table
since this returns exactly the number of records of the table , but does not return any record , so its orders faster.
didou@php.net Guest
-
note 24725 deleted from function.odbc-fetch-array by didou
Note Submitter: lclavien at iname dot com ---- subpacket19@hotmail.com] If you look at the source, you'll see that this function only works... -
note 32027 deleted from function.dba-fetch by didou
Note Submitter: B.D. ---- The parameters for dba_fetch seem to be incorrect. dba_fetch($key) doesn't work. dba_fetch($key,0,$id) doesn't... -
note 19699 deleted from function.mssql-fetch-array by didou
Note Submitter: vlad (@php.net) ---- The prototype is out-of-date. The correct one (as of php_mssql.c Rev 1.48) is {{{ proto array... -
note 18947 deleted from function.mssql-fetch-array by didou
Note Submitter: tommyx3ro@ihug.com.au ---- fetching an array of both numerically indexed and associative fields can complicate matters if you... -
note 33137 deleted from function.mssql-fetch-array by didou
Note Submitter: akm@e-nterart.pl ---- (Timesaver) Be aware of the fact that keys in array returned by this function are (well, at least as of...



Reply With Quote

