PHP » GoLang |
login |
register |
about
|
GoLang mssql_field_length
request it (351)
GoLang replacement for PHP's mssql_field_length
[edit | history]
mssql_field_length(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_field_length — Get 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
|
more
Recently updated
more
Most requested
more
Last requests
|