![]() | PDOStatement->getColumnMeta()(no version information, might be only in CVS) PDOStatement->getColumnMeta() -- Returns metadata for a column in a result setDescrizioneclass PDOStatement {mixed getColumnMeta ( int column ) }
Retrieves the metadata for a 0-indexed column in a result set as an associative array.
Valori restituitiReturns an associative array containing the following values representing the metadata for a single column: Tabella 1. Column metadata
Returns FALSE if the requested column does not exist in the result set, or if no result set exists. Esempi
| ![]() | ||||||||||||||||||||