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 to a connected socket * * @phpstub * * @param resource $socke..

Decoded Output download

<?php

/**
 * Sends data to a connected socket
 *
 * @phpstub
 *
 * @param resource $socket
 * @param string $buf
 * @param int $len
 * @param int $flags
 *
 * @return int returns the number of bytes sent, or false on error.
 */
function socket_send($socket, $buf, $len, $flags)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sends data to a connected socket
 *
 * @phpstub
 *
 * @param resource $socket
 * @param string $buf
 * @param int $len
 * @param int $flags
 *
 * @return int returns the number of bytes sent, or false on error.
 */
function socket_send($socket, $buf, $len, $flags)
{
}

Function Calls

None

Variables

None

Stats

MD5 6f286c276164f5056951fdf1fad877f5
Eval Count 0
Decode Time 94 ms