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 /** * Wait for activity on any curl_multi connection * * @phpstub * * @param r..

Decoded Output download

<?php

/**
 * Wait for activity on any curl_multi connection
 *
 * @phpstub
 *
 * @param resource $mh
 * @param float $timeout
 *
 * @return int On success, returns the number of descriptors contained in
 *             the descriptor sets.  On failure, this function will return -1 on a select failure or timeout (from the underlying select system call).
 */
function curl_multi_select($mh, $timeout = 1)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Wait for activity on any curl_multi connection
 *
 * @phpstub
 *
 * @param resource $mh
 * @param float $timeout
 *
 * @return int On success, returns the number of descriptors contained in
 *             the descriptor sets.  On failure, this function will return -1 on a select failure or timeout (from the underlying select system call).
 */
function curl_multi_select($mh, $timeout = 1)
{
}

Function Calls

None

Variables

None

Stats

MD5 83c0e0ca12f386e571fc0830d2a7ba47
Eval Count 0
Decode Time 80 ms