English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Tutoriel PHP de base

Tutoriel PHP avancé

PHP & MySQL

Manuel de référence PHP

Utilisation et exemples de la fonction PHP odbc_data_source()

Manuel de référence PHP ODBC

La fonction odbc_data_source() retourne des informations sur la connexion actuelle.

Syntaxe

array odbc_data_source ( resource $connection_id , int $fetch_type )

Définition et utilisation

Il retourne des informations sur la connexion actuelle

Valeur de retour

Si succès, il retourne un tableau ; sinon, il retourne false.

Paramètres

NuméroParamètres et descriptions
1

connection_id

Il contient des informations sur l'ID de connexion

2

fetch_type

Il contient des informations sur l'obtention de l'ID

Manuel de référence PHP ODBC