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 App\Http\Controllers; use Illuminate\Http\Request; class MyContro..

Decoded Output download

<?php 
 
namespace App\Http\Controllers; 
 
use Illuminate\Http\Request; 
 
class MyController extends Controller 
{ 
    public function XinChao() 
    { 
    	echo "Xin chao Controller so 1"; 
    } 
    public function KhoaHoc($ten) 
    { 
echo "Khoa hoc: in bien$ten"; 
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\Http\Controllers;

use Illuminate\Http\Request;

class MyController extends Controller
{
    public function XinChao()
    {
    	echo "Xin chao Controller so 1";
    }
    public function KhoaHoc($ten)
    {
echo "Khoa hoc: in bien$ten";
    }
}

Function Calls

None

Variables

None

Stats

MD5 8b6d0817eb6117c5de96fda18521c286
Eval Count 0
Decode Time 108 ms