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 Drupal\Core\Database\Driver\mysql; use Drupal\Core\Database\Query\Select..
Decoded Output download
<?php
namespace Drupal\Core\Database\Driver\mysql;
use Drupal\Core\Database\Query\Select as QuerySelect;
/**
* MySQL implementation of \Drupal\Core\Database\Query\Select.
*/
class Select extends QuerySelect { }
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Database\Driver\mysql;
use Drupal\Core\Database\Query\Select as QuerySelect;
/**
* MySQL implementation of \Drupal\Core\Database\Query\Select.
*/
class Select extends QuerySelect { }
Function Calls
None |
Stats
MD5 | 18a0629fd4cb9fd071c9167998166305 |
Eval Count | 0 |
Decode Time | 120 ms |