php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #20081 return type of mysql_stat
Submitted: 2002-10-25 06:42 UTC Modified: 2002-10-25 06:58 UTC
From: holliwell at gmx dot net Assigned:
Status: Wont fix Package: Feature/Change Request
PHP Version: 4.2.3 OS: n/a
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: holliwell at gmx dot net
New email:
PHP Version: OS:

 

 [2002-10-25 06:42 UTC] holliwell at gmx dot net
Hi,

the mysql_stat() function returns a string.
Maybe it would nice if this function could return the infos in a more structured way, maybe as a sort of array.

greets

Friedhelm Betz

p.s.: i used the latest snap for win, but the version doesnt harm :-)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-25 06:58 UTC] georg@php.net
Hello Friedhelm,

The php-function mysql_stat uses the api call 
mysql_stat(mysql).
Unfortunately the C-API call from libmysql returns only a 
string: char *mysql_stat(MYSQL *mysql).

But feel free to send a feature request to 
internals@mysql.com

Regards

Georg

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 09:01:29 2024 UTC