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 /** @phpstub */ class MongoPool { /** * Get pool size for connection pools..

Decoded Output download

<?php

/** @phpstub */
class MongoPool
{
    /**
     * Get pool size for connection pools
     *
     * @return int Returns the current pool size.
     */
    public function getSize()
    {
    }

    /**
     * Returns information about all connection pools.
     *
     * @return array Each connection pool has an identifier, which starts with the host. For each
     *               pool, this function shows the following fields:
     */
    public function info()
    {
    }

    /**
     * Set the size for future connection pools.
     *
     * @param int $size
     *
     * @return bool Returns the former value of pool size.
     */
    public function setSize($size)
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class MongoPool
{
    /**
     * Get pool size for connection pools
     *
     * @return int Returns the current pool size.
     */
    public function getSize()
    {
    }

    /**
     * Returns information about all connection pools.
     *
     * @return array Each connection pool has an identifier, which starts with the host. For each
     *               pool, this function shows the following fields:
     */
    public function info()
    {
    }

    /**
     * Set the size for future connection pools.
     *
     * @param int $size
     *
     * @return bool Returns the former value of pool size.
     */
    public function setSize($size)
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 aecc633f5e1ae3e1fd250389c0dab3e8
Eval Count 0
Decode Time 75 ms