Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Fotografo matrimonio
Un team di fotografi professionisti specializzati nei servizi fotografici per matrimoni, operante in tutta Italia.
Dynamical Systems & Matlab // MatLab e i Sistemi Dinamici
Descrizione dell'ambiente operativo MatLab, con riferimento al tool Simulink, per esaminare il comportamento di Sistemi Dinamici.

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



dba_key_split

(PHP 5)

dba_key_split -- Splits a key in string representation into array representation

Description

mixed dba_key_split ( mixed key)

dba_key_split() returns an array of the form array(0=>group,1=>value_name). This function will return FALSE if key is NULL or FALSE.

key is the key in string representation.

See also dba_firstkey(), dba_nextkey(), and dba_fetch().