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 /** * Gets options from the command line argument list * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Gets options from the command line argument list
*
* @phpstub
*
* @param string $options
* @param array $longopts
*
* @return array This function will return an array of option / argument pairs or false on
* failure.
*/
function getopt($options, $longopts = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets options from the command line argument list
*
* @phpstub
*
* @param string $options
* @param array $longopts
*
* @return array This function will return an array of option / argument pairs or false on
* failure.
*/
function getopt($options, $longopts = array())
{
}
Function Calls
None |
Stats
MD5 | f8acfd77dd179e420de46be52d771d65 |
Eval Count | 0 |
Decode Time | 74 ms |