diff --git a/reference/strings/functions/explode.xml b/reference/strings/functions/explode.xml index 17228f6bf8..6e6dca7f35 100644 --- a/reference/strings/functions/explode.xml +++ b/reference/strings/functions/explode.xml @@ -142,6 +142,37 @@ echo $pass; // * + + + <function>explode</function> return examples + + +]]> + + &example.outputs; + + string(5) "hello" +) +array(2) +( + [0] => string(5) "hello" + [1] => string(5) "there" +) +]]> + + + <parameter>limit</parameter> parameter examples