Jump to content
php.lv forumi

Recommended Posts

Posted

tiešām noderīgs skripts :) Paldies :) daudziem citiem arī noderēs :)

Posted

Programmiņa ir tiešām ļoti noderīga. Paldies!

 

Tomēr nav īsti skaidrs, kāpēc makeCache atgriež true, ņemot vērā, ka tā ir privāta funkcija, un return value nekur netiek izmantots.

Posted

Nav obligāti kautkas jāatgriež. Funkcijas drīkst arī nekā neatgriezt:

function funkcija_kas_neatgriezh_neko($a)
{
$b = $a + 2;
echo "$a + 2 = $b";
}

funkcija_kas_neatgriezh_neko(10);

Posted

hmm nez kapēc man izlec tāda kļuda

Warning: Variable passed to each() is not an array or object in \www\isp.php on line 62

×
×
  • Create New...