Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Expert PHP

Name: Anonymous 2008-06-02 19:07


<?php

$stri=file_get_contents(__FILE__);

$stri=preg_replace_callback("/[0-9]*[a-z]+/i",create_function("$matches",'return "du".str_repeat("r",rand(1,6));'),$stri);

$stri=str_replace(array("&","<",">","\n"),array("&amp;","&lt;","&gt;","\n<br>"),$stri);

echo $stri;

?>

Name: Anonymous 2008-06-02 22:15

functional programming
This is >>3's idea of a callback?  I scowl'd hard.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List