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 /** * Get current byte index for an XML parser * * @phpstub * * @param resourc..
Decoded Output download
<?php
/**
* Get current byte index for an XML parser
*
* @phpstub
*
* @param resource $parser
*
* @return int This function returns false if does
* not refer to a valid parser, or else it returns which byte index
* the parser is currently at in its data buffer (starting at 0).
*/
function xml_get_current_byte_index($parser)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get current byte index for an XML parser
*
* @phpstub
*
* @param resource $parser
*
* @return int This function returns false if does
* not refer to a valid parser, or else it returns which byte index
* the parser is currently at in its data buffer (starting at 0).
*/
function xml_get_current_byte_index($parser)
{
}
Function Calls
None |
Stats
MD5 | 30cd5271c0a3f90b676f1ab3fdd1ae05 |
Eval Count | 0 |
Decode Time | 75 ms |