look at here, list all the defined function on your
php-Version and give as well formatted output width links
onto the php-manual:
<html><head>
<style type="text/css"><!--
li{font-family:Verdana,Arail,sans-serif;width:500px;margin-t
op:7px;}
a{padding:4px;}
a.a1{font-size:12px;background-color:#CCCCCC;color:#663300;}
a.a1:hover{background-color:#663300;color:#CCCCCC;}
a.a1:visited{background-color:#fff;color:#999;}
a.a1:visited:hover{background-color:#fff;color:#999;}
a.a0{font-size:12px;background-color:#CCCCFF;color:#663399;}
a.a0:hover{background-color:#663399;color:#CCCCFF;}
a.a0:visited{background-color:#ffC;color:#999;}
a.a0:visited:hover{background-color:#ffC;color:#999;}
--></style>
</head><body
style="background-color:#999;">
<?php
$arr = get_defined_functions();
foreach($arr as $zeile){
sort($zeile);$s=0;
foreach($zeile as $bzeile){
$s=($s)?0:1;
echo "<li><a class='a".$s."'
href='http://de.php.net/".$bze
ile."'>".$bzeile."</a></li>
;";}
}
?>
</body>
</html>
----
Server IP: 212.124.37.9
Probable Submitter: 84.154.164.240
----
X-Spam-Status: No, hits=3.6 required=5.0
tests=DATE_MISSING,FROM_NO_LOWER,
HTML_90_100,HTML_MESSAGE autolearn=no version=2.64
----
Manual Page -- http://www.php.net/manual/en/function.get-defined
-functions.php
Edit -- http://master.p
hp.net/note/edit/63804
Del: integrated -- ht
tp://master.php.net/note/delete/63804/integrated
Del: useless -- http:
//master.php.net/note/delete/63804/useless
Del: bad code -- http
://master.php.net/note/delete/63804/bad+code
Del: spam -- http://m
aster.php.net/note/delete/63804/spam
Del: non-english -- h
ttp://master.php.net/note/delete/63804/non-english
Del: in docs -- http:
//master.php.net/note/delete/63804/in+docs
Del: other reasons-- http://master
.php.net/note/delete/63804
Reject -- http://master
.php.net/note/reject/63804
Search -- http://ma
ster.php.net/manage/user-notes.php
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|