parent root
PHP: sybase_num_fields - Manual
PHP 7.2.23 Release Announcement

sybase_num_fields

(PHP 4, PHP 5)

sybase_num_fieldsGets the number of fields in a result set

Warning

This function was REMOVED in PHP 7.0.0.

Description

sybase_num_fields ( resource $result ) : int

sybase_num_fields() returns the number of fields in a result set.

Parameters

result

Return Values

Returns the number of fields as an integer.

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root