function print r JI23L7FGJU24DQIV2EYQ2WBQIA2JOT73M2O2CAA


print_rPodręcznik PHPPoprzedniNastępnyprint_r (PHP 4 >= 4.0.0)print_r --  Prints human-readable information about a variable Descriptionvoid print_r (mixed expression) This function displays information about the values of variables in a way that's readable by humans. If given a string, integer or float, the value itself will be printed. If given an array, values will be presented in a format that shows keys and elements. Similar notation is used for objects. Remember that print_r() will move the array pointer to the end. Use reset() to bring it back to beginning. Podpowiedź: Ze wszystkim, co wysyła dane bezpośrednio do przeglądarki, możesz używać funkcji kontroli wyjścia aby przejąć wyjście tej funkcji i zapisać je - na przykład - w zmiennej tekstowej. Compare print_r() to var_dump(). <?php $a = array (1, 2, array ("a", "b", "c")); print_r ($a); ?> Ostrzeżenie This function will continue forever if given an array or object that contains a direct or indirect reference to itself or that contains an array or object on a deeper level that does so. This is especially TRUE for print_r($GLOBALS), as $GLOBALS is itself a global variable and contains a reference to itself as such. PoprzedniSpis treściNastępnyissetPoczątek rozdziałuserialize

Wyszukiwarka

Podobne podstrony:
function print
function print r
function print r
function print r
function print
function snmp get quick print
function snmp set quick print
function snmp get quick print
function snmp set quick print
function snmp get quick print
function snmp set quick print
function ctype print
function ctype print
function fdf next field name
function ccvs void
function mysql error

więcej podobnych podstron