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 Gene\Db; /** * Service * * @property \Gene\Db\Mysql $mydb * @propert..
Decoded Output download
<?php
namespace Gene\Db;
/**
* Service
*
* @property \Gene\Db\Mysql $mydb
* @property \Gene\Cache\Memcache $memcache
* @property \Gene\Cache\Redis $redis
* @property \Gene\Cache\Cache $cache
* @property \Ext\Services\Rest $rest
*
* @author sasou<[email protected]>
* @version 3.2.0
*/
class Mysql
{
public $config;
public $pdo;
public $sql;
public $where;
public $group;
public $having;
public $order;
public $limit;
public $data;
protected static $history;
/**
* __construct
*
* @param mixed $config config
* @return mixed
*/
public function __construct($config) {
}
/**
* getPdo
*
* @return mixed
*/
public function getPdo() {
return self;
}
/**
* select
*
* @param mixed $table table
* @param mixed $fields fields
* @return mixed
*/
public function select($table, $fields = null) {
}
/**
* count
*
* @param mixed $table table
* @param mixed $fields fields
* @return mixed
*/
public function count($table, $fields = null) {
}
/**
* insert
*
* @param mixed $table table
* @param mixed $fields fields
* @return mixed
*/
public function insert($table, $fields) {
}
/**
* batchInsert
*
* @param mixed $table table
* @param mixed $fields fields
* @return mixed
*/
public function batchInsert($table, $fields) {
}
/**
* update
*
* @param mixed $table table
* @param mixed $fields fields
* @return mixed
*/
public function update($table, $fields) {
}
/**
* delete
*
* @param mixed $table table
* @return mixed
*/
public function delete($table) {
}
/**
* where
*
* @param mixed $where where
* @param mixed $fields fields
* @return mixed
*/
public function where($where, $fields) {
}
/**
* in
*
* @param mixed $in in
* @param mixed $fields fields
* @return mixed
*/
public function in($in, $fields) {
}
/**
* sql
*
* @param mixed $sql sql
* @param mixed $fields fields
* @return mixed
*/
public function sql($sql, $fields = null) {
}
/**
* limit
*
* @param mixed $limit limit
* @return mixed
*/
public function limit($limit) {
}
/**
* order
*
* @param mixed $order order
* @return mixed
*/
public function order($order) {
}
/**
* group
*
* @param mixed $group group
* @return mixed
*/
public function group($group) {
}
/**
* having
*
* @param mixed $having having
* @return mixed
*/
public function having($having) {
}
/**
* execute
*
* @return mixed
*/
public function execute() {
}
/**
* all
*
* @return mixed
*/
public function all() {
}
/**
* row
*
* @return mixed
*/
public function row() {
}
/**
* cell
*
* @return mixed
*/
public function cell() {
}
/**
* lastId
*
* @return mixed
*/
public function lastId() {
}
/**
* affectedRows
*
* @return mixed
*/
public function affectedRows() {
}
/**
* print
*
* @return mixed
*/
public function print() {
}
/**
* beginTransaction
*
* @return mixed
*/
public function beginTransaction() {
}
/**
* inTransaction
*
* @return mixed
*/
public function inTransaction() {
}
/**
* rollBack
*
* @return mixed
*/
public function rollBack() {
}
/**
* commit
*
* @return mixed
*/
public function commit() {
}
/**
* free
*
* @return mixed
*/
public function free() {
}
/**
* history
*
* @return mixed
*/
public function history() {
}
} ?>
Did this file decode correctly?
Original Code
<?php
namespace Gene\Db;
/**
* Service
*
* @property \Gene\Db\Mysql $mydb
* @property \Gene\Cache\Memcache $memcache
* @property \Gene\Cache\Redis $redis
* @property \Gene\Cache\Cache $cache
* @property \Ext\Services\Rest $rest
*
* @author sasou<[email protected]>
* @version 3.2.0
*/
class Mysql
{
public $config;
public $pdo;
public $sql;
public $where;
public $group;
public $having;
public $order;
public $limit;
public $data;
protected static $history;
/**
* __construct
*
* @param mixed $config config
* @return mixed
*/
public function __construct($config) {
}
/**
* getPdo
*
* @return mixed
*/
public function getPdo() {
return self;
}
/**
* select
*
* @param mixed $table table
* @param mixed $fields fields
* @return mixed
*/
public function select($table, $fields = null) {
}
/**
* count
*
* @param mixed $table table
* @param mixed $fields fields
* @return mixed
*/
public function count($table, $fields = null) {
}
/**
* insert
*
* @param mixed $table table
* @param mixed $fields fields
* @return mixed
*/
public function insert($table, $fields) {
}
/**
* batchInsert
*
* @param mixed $table table
* @param mixed $fields fields
* @return mixed
*/
public function batchInsert($table, $fields) {
}
/**
* update
*
* @param mixed $table table
* @param mixed $fields fields
* @return mixed
*/
public function update($table, $fields) {
}
/**
* delete
*
* @param mixed $table table
* @return mixed
*/
public function delete($table) {
}
/**
* where
*
* @param mixed $where where
* @param mixed $fields fields
* @return mixed
*/
public function where($where, $fields) {
}
/**
* in
*
* @param mixed $in in
* @param mixed $fields fields
* @return mixed
*/
public function in($in, $fields) {
}
/**
* sql
*
* @param mixed $sql sql
* @param mixed $fields fields
* @return mixed
*/
public function sql($sql, $fields = null) {
}
/**
* limit
*
* @param mixed $limit limit
* @return mixed
*/
public function limit($limit) {
}
/**
* order
*
* @param mixed $order order
* @return mixed
*/
public function order($order) {
}
/**
* group
*
* @param mixed $group group
* @return mixed
*/
public function group($group) {
}
/**
* having
*
* @param mixed $having having
* @return mixed
*/
public function having($having) {
}
/**
* execute
*
* @return mixed
*/
public function execute() {
}
/**
* all
*
* @return mixed
*/
public function all() {
}
/**
* row
*
* @return mixed
*/
public function row() {
}
/**
* cell
*
* @return mixed
*/
public function cell() {
}
/**
* lastId
*
* @return mixed
*/
public function lastId() {
}
/**
* affectedRows
*
* @return mixed
*/
public function affectedRows() {
}
/**
* print
*
* @return mixed
*/
public function print() {
}
/**
* beginTransaction
*
* @return mixed
*/
public function beginTransaction() {
}
/**
* inTransaction
*
* @return mixed
*/
public function inTransaction() {
}
/**
* rollBack
*
* @return mixed
*/
public function rollBack() {
}
/**
* commit
*
* @return mixed
*/
public function commit() {
}
/**
* free
*
* @return mixed
*/
public function free() {
}
/**
* history
*
* @return mixed
*/
public function history() {
}
}
Function Calls
None |
Stats
MD5 | af0945814bf366efbaaf9e9d095392e1 |
Eval Count | 0 |
Decode Time | 75 ms |