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 /** * Return a string containing the last error for the current session * * @php..
Decoded Output download
<?php
/**
* Return a string containing the last error for the current session
*
* @phpstub
*
* @param resource $ch
*
* @return string Returns the error message or (the empty string) if no
* error occurred.
*/
function curl_error($ch)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return a string containing the last error for the current session
*
* @phpstub
*
* @param resource $ch
*
* @return string Returns the error message or (the empty string) if no
* error occurred.
*/
function curl_error($ch)
{
}
Function Calls
None |
Stats
MD5 | 823c0d31b14d41f2ce9920527c374323 |
Eval Count | 0 |
Decode Time | 100 ms |