Witam. Czy jest jakiś sposób, aby odczytać zawartość jakieś funkcji w php. Znalazłem tylko np standard_2.php za pomocą pewnego programu
/**
* (PHP 4, PHP 5)<br/>
* Seed the random number generator
* @link <a href="http://php.net/manual/en/function.srand.php" target="_blank">http://php.net/manual/en/function.srand.php</a>
* @param int $seed [optional] <p>
* Optional seed value
* </p>
* @return void
*/
function srand ($seed = null) {}
/**
* (PHP 4, PHP 5)<br/>
* Show largest possible random value
* @link <a href="http://php.net/manual/en/function.getrandmax.php" target="_blank">http://php.net/manual/en/function.getrandmax.php</a>
* @return int The largest possible random value returned by rand
*/
jednak zawartość funkcji jest pusta