[PHP] pobierz, plaintext <?php$abc = $klasa[0];$abc_t = trim( $abc );echo $abc_t;?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?phpfunction trim_array($totrim) { if (is_array($totrim)) { $totrim = array_map("trim_array", $totrim); } else { $totrim = trim($totrim); } return $totrim;}?>[PHP] pobierz, plaintext