Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

object(stdClass)#3 (1) { ["User"]=> object(stdClass)#2 (2) { ["showAdminP..

Decoded Output download

<?   
    object(stdClass)#3 (1) { 
  ["User"]=> 
  object(stdClass)#2 (2) { 
    ["showAdminPortal"]=> 
    string(4) "true" 
    ["showInvProjectsPage"]=> 
    string(5) "false" 
  } 
} ?>

Did this file decode correctly?

Original Code


    object(stdClass)#3 (1) {
  ["User"]=>
  object(stdClass)#2 (2) {
    ["showAdminPortal"]=>
    string(4) "true"
    ["showInvProjectsPage"]=>
    string(5) "false"
  }
}

Function Calls

None

Variables

None

Stats

MD5 e738ec4e6b54b1ee85ba2e0f7ca50e52
Eval Count 0
Decode Time 80 ms