PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Arsalan Emamjomehkashan   Base64 PHP File Encoder   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: this is a simple php file that we are going to use
Class: Base64 PHP File Encoder
Obfuscate PHP scripts encoding with base64
Author: By
Last change:
Date: 15 years ago
Size: 111 bytes
 

Contents

Class file image Download
<?php
echo "this is a simple php script";
echo
1+2;
echo
213;
echo
2*4;
echo
"123"."456";
echo
'123';
?>