|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-01-24 08:33 UTC] requinix@php.net
-Status: Open
+Status: Not a bug
[2018-01-24 08:33 UTC] requinix@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 11:00:01 2025 UTC |
Description: ------------ $data = $db->query("SELECT COUNT(id) FROM users"); print_r($data) outputs -> [COUNT(id)] => 3 but i cant access COUNT(id) because parenthesis are malfunction of function.