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 $data
 * @param int $flags
 * @param string $address
 *
 * @return int Returns a result code, as an integer.
 */
function stream_socket_sendto($socket, $data, $flags = false, $address = NULL)
{
} ?>

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 $data
 * @param int $flags
 * @param string $address
 *
 * @return int Returns a result code, as an integer.
 */
function stream_socket_sendto($socket, $data, $flags = false, $address = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 9b1521dd6fc37575c7dd9f6a8b583a81
Eval Count 0
Decode Time 83 ms