sybase_fetch_field

(PHP 4, PHP 5)

sybase_fetch_field — Lit les informations d'un champ Sybase

Description

object sybase_fetch_field ( resource $result [, int $field_offset] )

sybase_fetch_field() retourne un objet contenant les informations du champ.

sybase_fetch_field() sert à obtenir des informations à propos des champs dans le résultat result . Si l'offset du champ n'est pas précisé, le champ suivant est traité.

Les propriétés des objets sont :

Voir aussi sybase_field_seek() .