PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
darmowe programy - Darmowe Gry - Backstreet Boys - piosenki - dom pod klucz cennik - Darmowe domeny - Noclegi


get_defined_functions

get_defined_functions

(PHP 4 >= 4.0.4, PHP 5)

get_defined_functions -- Returns an array of all defined functions

Opis

array get_defined_functions ( void )

Gets an array of all defined functions.

Zwracane wartości

Returns an multidimensional array containing a list of all defined functions, both built-in (internal) and user-defined. The internal functions will be accessible via $arr["internal"], and the user defined ones using $arr["user"] (see example below).

Przykłady

Przykład 1. get_defined_functions() example

<?php
function myrow($id, $data)
{
    return
"<tr><th>$id</th><td>$data</td></tr>\n";
}

$arr = get_defined_functions();

print_r($arr);
?>

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

Array
(
    [internal] => Array
        (
            [0] => zend_version
            [1] => func_num_args
            [2] => func_get_arg
            [3] => func_get_args
            [4] => strlen
            [5] => strcmp
            [6] => strncmp
            ...
            [750] => bcscale
            [751] => bccomp
        )

    [user] => Array
        (
            [0] => myrow
        )

)

Patrz także

function_exists()
get_defined_vars()
get_defined_constants()

kamery webcam internetowe - odzyskiwanie danych Katowice - pogotowie komputerowe - opisy na gg - Najlepsze pozycjonowanie stron www. Zapraszamy do pozycjonowania. - Zarabianie w internecie - tylko dobre łożyska mają gwarancję - odzyskiwanie danych Białystok - Bardzo smutne gg - Limo and Car services limo service Airport chicago 773-649-9630 - zdjęcia kobiet - ourage - Skuteczne Pozycjonowanie - Snajper alegro pomoże Ci wygrać aukcję - Limo and Car services chicago limousine 773-649-9630

G:4,M:0,Y:33