2:33pm PT, Wednesday May 23

Category

Archive for the '' Category

PHP: ext/mysqli result sets and foreach() - Internet Super Hero

What does any developer do during a train trip? Correct, he’s hacking. He’s at least working on bells and whistles such as foreach() support for buffered ext/mysqli result sets in mysqlnd. Thanks Andrey!
$link = mysqli_connect(’host’, ‘user’, ‘password’);
$res = mysqli_query($link, ‘SHOW TABLES FROM mysql’);
foreach ($res as $row)
var_dump($row);
mysqli_free_result($res);
mysqli_close($link);
Note: SVN/CVS only, …
Popularity: unranked [?]

Popularity: unranked [?]

Internet Super Hero Blog: PDO_MYSQLND for PHP preview released


Popularity: unranked [?]

C7Y: Step Away From the SuperGlobals! An Introduction to Inspekt


Popularity: unranked [?]

PHP: PDO_MYSQLND for PHP preview released - Internet Super Hero


Popularity: unranked [?]

Internet Super Hero Blog: Compiling mysqlnd with PHP 5.2/5.3/6.0


Popularity: unranked [?]

Internet Super Hero: PDO_MYSQLND 1.0.2-alpha released


Popularity: unranked [?]

PHP: PDO_MYSQLND 1.0.2-alpha released - Internet Super Hero


Popularity: unranked [?]

Internet Super Hero Blog: Is PDO::FETCH_UNIQUE broken by design?


Popularity: unranked [?]

A super-secret gift for all php|architect users!


Popularity: unranked [?]