Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
msql_list_dbs
Popis
resource msql_list_dbs ( [resource link_identifier] )
msql_list_tables() lists the databases available on the
specified link_identifier
.
Seznam parametrů
link_identifier
PÅ™ipojenà na mSQL. NenÃ-li specifikováno jinak, pÅ™edpokládá se poslednà pÅ™ipojenà otevÅ™ené pomocà msql_connect(). Nebylo-li toto pÅ™ipojenà nalezeno, funkce se pokusà vytvoÅ™it nové, jako kdyby se zavolala funkce msql_connect(), a použije ho.
Návratové hodnoty
Returns a result set which may be traversed with any function that fetches result sets, such as msql_fetch_array(). On failure, this function will return FALSE.
PÅ™edcházejÃcà | Domů | Dalšà |
msql_free_result | Nahoru |