|
mssql_field_lengthGet the length of a field Warning
This function was REMOVED in PHP 7.0.0. Alternatives to this function include:
Description
int mssql_field_length
( resource
$result
[, int $offset = -1
] )
Returns the length of field no. Parameters
Return Values
The length of the specified field index on success or Examples
Example #1 mssql_field_length example
<?php The above example will output something similar to: The field 'age' has a data length of 4 Notes
See Also
|