Jump to content

weird functions list


Recommended Posts

I just wondering what are this functions names?

 

using this code

<table class="content-table" border="0" cellspacing="1" cellpadding="0">
    	<tr>
        	<th> Index </th>
            <th> Name </th>
        </tr>
    <?php 
		$arr_list = get_defined_functions();

		foreach($arr_list['internal'] as $key => $val) {
?>    
    	<tr>
        	<td> <?php echo $key ?> </td>
            <td> <?php echo $val ?> </td>
        </tr>    		
    <?php } ?>
    </table>

 

These are weird functions.

 

 

post-135785-13482403714132_thumb.jpg

Link to comment
https://forums.phpfreaks.com/topic/267120-weird-functions-list/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.