Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Extracts all meta tag content attributes from a file and returns an array *..
Decoded Output download
<?php
/**
* Extracts all meta tag content attributes from a file and returns an array
*
* @phpstub
*
* @param string $filename
* @param bool $use_include_path
*
* @return array Returns an array with all the parsed meta tags.
*/
function get_meta_tags($filename, $use_include_path = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Extracts all meta tag content attributes from a file and returns an array
*
* @phpstub
*
* @param string $filename
* @param bool $use_include_path
*
* @return array Returns an array with all the parsed meta tags.
*/
function get_meta_tags($filename, $use_include_path = false)
{
}
Function Calls
None |
Stats
MD5 | fdb22799d57ece4ec11adb99776f6a4e |
Eval Count | 0 |
Decode Time | 96 ms |