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 /** * Creates an instance of the data type typename and fills it with the values p..
Decoded Output download
<?php
/**
* Creates an instance of the data type typename and fills it with the values passed
*
* @phpstub-variable-parameters
* @phpstub
*
* @param string $typename
* @param mixed $value
* @param mixed $_
*
* @return resource Returns a resource.
*/
function w32api_init_dtype($typename, $value, $_ = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Creates an instance of the data type typename and fills it with the values passed
*
* @phpstub-variable-parameters
* @phpstub
*
* @param string $typename
* @param mixed $value
* @param mixed $_
*
* @return resource Returns a resource.
*/
function w32api_init_dtype($typename, $value, $_ = NULL)
{
}
Function Calls
None |
Stats
MD5 | 33805d4505c85a7b4bf9acd2634d19a7 |
Eval Count | 0 |
Decode Time | 133 ms |