From professional translators, enterprises, web pages and freely available translation repositories.
this function returns structured information about an expression that includes its type and value. arrays are explored recursively with values indented to show structure.
comparaţi var_dump() cu print_r().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
this function returns structured information about the variable that is passed to this function. it is similar to var_dump() with the exception that the returned representation is valid php code.
dacă se foloseşte cel de-al doilea parametru optional cu valoarea true se poate returna această reprezentare pentru a fi atribuită unei variabile.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: