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 /** * Pump data into an active hashing context from a file * * @phpstub * * @p..
Decoded Output download
<?php
/**
* Pump data into an active hashing context from a file
*
* @phpstub
*
* @param resource $context
* @param string $filename
* @param resource $context
*
* @return bool
*/
function hash_update_file($context, $filename, $context = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Pump data into an active hashing context from a file
*
* @phpstub
*
* @param resource $context
* @param string $filename
* @param resource $context
*
* @return bool
*/
function hash_update_file($context, $filename, $context = NULL)
{
}
Function Calls
None |
Stats
MD5 | bac859f785e75733b260ae6f37912cd3 |
Eval Count | 0 |
Decode Time | 76 ms |