|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-06 14:14 UTC] georg@php.net
[2002-10-10 09:03 UTC] bav at graphit dot ru
[2010-12-19 06:49 UTC] hafizanil at hotmail dot com
[2011-09-30 20:29 UTC] risto78 at gmail dot com
[2011-09-30 20:36 UTC] risto78 at gmail dot com
[2012-01-27 12:07 UTC] vitor dot luis98 at gmail dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 03:00:02 2025 UTC |
So, please, we need an analog of pg_fetch_all for mysql... for speed Assume TYPE of fetching is MYSQL_ASSOC etc... We want to avoid manual fetching like following: $rt = mysql_query("select from..."); while($cur = mysql_fetch_assoc($rt)) $result[]=$cur;