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 namespace Faker\Provider\en_NZ; class Internet extends \Faker\Provider\Internet { ..
Decoded Output download
<?php
namespace Faker\Provider\en_NZ;
class Internet extends \Faker\Provider\Internet
{
/**
* An array of New Zealand TLDs.
*
* @link https://en.wikipedia.org/wiki/.nz
* @var array
*/
protected static $tld = array(
'com', 'nz', 'ac.nz', 'co.nz', 'geek.nz', 'gen.nz', 'kiwi.nz', 'maori.nz', 'net.nz', 'org.nz', 'school.nz', 'cri.nz', 'govt.nz', 'health.nz', 'iwi.nz', 'mil.nz', 'parliament.nz',
);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Faker\Provider\en_NZ;
class Internet extends \Faker\Provider\Internet
{
/**
* An array of New Zealand TLDs.
*
* @link https://en.wikipedia.org/wiki/.nz
* @var array
*/
protected static $tld = array(
'com', 'nz', 'ac.nz', 'co.nz', 'geek.nz', 'gen.nz', 'kiwi.nz', 'maori.nz', 'net.nz', 'org.nz', 'school.nz', 'cri.nz', 'govt.nz', 'health.nz', 'iwi.nz', 'mil.nz', 'parliament.nz',
);
}
Function Calls
None |
Stats
MD5 | 2e1c5cea11dc51903bafdd07a0378d25 |
Eval Count | 0 |
Decode Time | 105 ms |