" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
9.
$tab = array(
"klucz" => "wartosc",
"klucz2" => "wartosc2",
);
lub
$tab = [
"klucz" => "wartosc",
"klucz2" => "wartosc2",
];