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 /** * Sets the quality of service needed from the cluster * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Sets the quality of service needed from the cluster
*
* @phpstub
*
* @param mixed $connection
* @param int $service_level
* @param int $service_level_option
* @param mixed $option_value
*
* @return bool Returns true if the connections service level
* has been switched to the requested. Otherwise, returns false
*/
function mysqlnd_ms_set_qos($connection, $service_level, $service_level_option = NULL, $option_value = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets the quality of service needed from the cluster
*
* @phpstub
*
* @param mixed $connection
* @param int $service_level
* @param int $service_level_option
* @param mixed $option_value
*
* @return bool Returns true if the connections service level
* has been switched to the requested. Otherwise, returns false
*/
function mysqlnd_ms_set_qos($connection, $service_level, $service_level_option = NULL, $option_value = NULL)
{
}
Function Calls
None |
Stats
MD5 | 7b85f26f656303a971727aeddcd60fdf |
Eval Count | 0 |
Decode Time | 107 ms |