[PHP] pobierz, plaintext <?phpfunction test () {$a = 1; $b = 2;} test(); echo $a.$b; ?>[PHP] pobierz, plaintext