mysql_fetch_lengths

PHP 4, PHP 5
mysql_fetch_lengths - Get the length of each output in a result
Manual
Code Examples

Example #1 A mysql_fetch_lengths example

Result: Array ( [id] => 42 [email] => user@example.com ) Array ( [0] => 2 [1] => 16 )
PHP Version: