I. Na początek
II.Instalacja i konfiguracja
III. Opis języka
IV. Bezpieczeństwo
V. Możliwości
VI. Opis funkcji
VII. Zend API
VIII. PHP API: Interfejs rozszerzeń
X. Dodatki

Manual PHP

Zapraszam do korzystania z zamieszczonego przeze mnie manuala php. Mam nadzieję, że ta jego kopia przyda się zarówno profesjonalnym programistą, jak i początkującym twórcą skryptów PHP.

Autorzy

Mehdi Achour,
Friedhelm Betz,
Antony Dovgal,
Nuno Lopes,
Philip Olson,
Georg Richter,
Damien Seguy,
Jakub Vrana,
I kilka innych

Redakcja:

Gabor Hojtsy,
Marcin Dąbrowski, Michał Grzechowiak, Leszek Krupiński, Adam Major, Paweł Paprota, Michał Pena, Sławomir Pucia, Jarek Tabor, Tomasz Wójtowicz,

dba_handlers

(PHP 4 >= 4.3.0, PHP 5)

dba_handlers -- List all the handlers available

Opis

array dba_handlers ( [bool full_info] )

dba_handlers() list all the handlers supported by this extension.

Parametry

full_info

Turns on/off full information display in the result. The default is FALSE.

Zwracane wartości

Returns an array of database handlers. If full_info is set to TRUE, the array will be associative with the handlers names as keys, and their version information as value. Otherwise, the result will be an indexed array of handlers names.

Notatka: When the internal cdb library is used you will see cdb and cdb_make.

Przykłady

Przykład 1. dba_handlers() Example

<?php

echo "Available DBA handlers:\n";
foreach (
dba_handlers(true) as $handler_name => $handler_version) {
  
// clean the versions
  
$handler_version = str_replace('$', '', $handler_version);
  echo
" - $handler_name: $handler_version\n";
}

?>

Powyższy przykład wyświetli coś podobnego do:

Available DBA handlers:
 - cdb: 0.75, Revision: 1.3.2.3
 - cdb_make: 0.75, Revision: 1.2.2.4
 - db2: Sleepycat Software: Berkeley DB 2.7.7: (08/20/99)
 - inifile: 1.0, Revision: 1.6.2.3
 - flatfile: 1.0, Revision: 1.5.2.4


print 'artykuły reklamowe warszawa 1171501900' . "\n"; print 'Kształtki 1171501896' . "\n"; print 'pierścionki zaręczynowe 1171501741' . "\n"; print 'Szkolenia Poznań 1171501622' . "\n"; print 'ogród wrocław 1171501806' . "\n";