Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysql_fetch_lengths
mysql_fetch_lengths
Gets the length of the contents of each field in the result set.
Name:
mysql_fetch_lengths
Category:
Uncategorized
Programming Language:
php
One-line Description:
Gets the length of the contents of each field in the result set.
Related
array_filter() with array_reduce() for data aggregation
2
Use array_flip() and array_filter() to filter inverted arrays
5
How to Customize SuiteCRM Data Cleanup Functionality Using PHP Efficiently
10
Use array_fill() to create a key-value pair array with array_combine()
7
Similar Functions
mysql_free_result
mysql_free_result
Freetheresultmemory.
mysql_fetch_assoc
mysql_fetch_assoc
Getarowfromtheresult
mysql_result
mysql_result
Obtaintheresultdata.
mysql_field_flags
mysql_field_flags
Gettheflagassociated
mysql_get_client_info
mysql_get_client_info
ObtainMySQLclientinf
getMessage
getMessage
Returnsastringdescri
registerXPathNamespace
registerXPathNamespace
Createsanamespacecon
mysql_fetch_lengths
mysql_fetch_lengths
Getsthelengthoftheco
Popular Articles