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 a message to a socket, whether it is connected or not * * @phpstub ..

Decoded Output download

<?php

/**
 * Sends a message to a socket, whether it is connected or not
 *
 * @phpstub
 *
 * @param resource $socket
 * @param string $buf
 * @param int $len
 * @param int $flags
 * @param string $addr
 * @param int $port
 *
 * @return int returns the number of bytes sent to the
 *             remote host, or false if an error occurred.
 */
function socket_sendto($socket, $buf, $len, $flags, $addr, $port = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sends a message to a socket, whether it is connected or not
 *
 * @phpstub
 *
 * @param resource $socket
 * @param string $buf
 * @param int $len
 * @param int $flags
 * @param string $addr
 * @param int $port
 *
 * @return int returns the number of bytes sent to the
 *             remote host, or false if an error occurred.
 */
function socket_sendto($socket, $buf, $len, $flags, $addr, $port = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 231e85a973fb2dcdf54df45a81c41185
Eval Count 0
Decode Time 108 ms