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 /** * Sends data from parameter streams to the server * * @phpstub * * @param ..
Decoded Output download
<?php
/**
* Sends data from parameter streams to the server
*
* @phpstub
*
* @param resource $stmt
*
* @return bool Returns true if there is more data to send and false if there is not.
*/
function sqlsrv_send_stream_data($stmt)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sends data from parameter streams to the server
*
* @phpstub
*
* @param resource $stmt
*
* @return bool Returns true if there is more data to send and false if there is not.
*/
function sqlsrv_send_stream_data($stmt)
{
}
Function Calls
None |
Stats
MD5 | 8156d49f625d84c9d991b2bf3d9a0677 |
Eval Count | 0 |
Decode Time | 92 ms |