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 /** * Return a number upper than zero if there are pending events * * @phpstub ..

Decoded Output download

<?php

/**
 * Return a number upper than zero if there are pending events
 *
 * @phpstub
 *
 * @param resource $inotify_instance
 *
 * @return int Returns a number upper than zero if there are pending events.
 */
function inotify_queue_len($inotify_instance)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return a number upper than zero if there are pending events
 *
 * @phpstub
 *
 * @param resource $inotify_instance
 *
 * @return int Returns a number upper than zero if there are pending events.
 */
function inotify_queue_len($inotify_instance)
{
}

Function Calls

None

Variables

None

Stats

MD5 05adc076ef36913edbc80082811aa885
Eval Count 0
Decode Time 69 ms