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 /** * Returns a list of all supported filters * * @phpstub * * @return array R..

Decoded Output download

<?php

/**
 * Returns a list of all supported filters
 *
 * @phpstub
 *
 * @return array Returns an array of names of all supported filters, empty array if there
 *               are no such filters. Indexes of this array are not filter IDs, they can be
 *               obtained with  from a name instead.
 */
function filter_list()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns a list of all supported filters
 *
 * @phpstub
 *
 * @return array Returns an array of names of all supported filters, empty array if there
 *               are no such filters. Indexes of this array are not filter IDs, they can be
 *               obtained with  from a name instead.
 */
function filter_list()
{
}

Function Calls

None

Variables

None

Stats

MD5 3a1c5cf47a8671c8cd7586e188aac4f9
Eval Count 0
Decode Time 85 ms