Hi alle!
Auf unserem tollen Universitätswebserver scheint die Funktion str_split nicht zu existieren: http://web.inf.tu-dresden.de/~s2976169/test.php
Quelltext:
<?php
error_reporting(E_ALL);
$array = str_split("huia",1);
?>
Kann ich stattdessen eine andere Funktion verwenden? [1]
Oder habe ich einen Denkfehler gemacht?
[1] Ich ersetzte die Funktion str_split() mit preg_split("/./","huia")
, was aber zu keinem Ergebnis führte.
MfG H☼psel
--
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)