🎉 This is the tool that help you create php function in no-alnum style 🎉
🕵🏾 Very first command:
git clone https://github.com/tsug0d/PhpNoAlnum.git
😎 Go to its directory:
cd PhpNoAlnum
🤘 Then:
python php_noalnum.py --file <input_file_path> --out <output_file_path>
🤖 Example:
python php_noalnum.py --file test4_system.php --out test4_output.php
- Input file content MUST follow Correct Syntax php code (read some test case example in this directory)
- This tool only works with php function
function_name();
function_name(function_value1,function_value2,....);
function_name('aaaa');
- No PHP Comment (
#
,/* */
,//
) in code