Menggunakan PHP di termux
Instalasi
buat file php
pkg update -y pkg upgrade -y pkg install php curl wget git -yContoh Penggunaan PHP (CLI) pada termux
buat file php
<?php
parse_str(implode('&', array_slice($argv, 1)), $_GET);
?>
Usage/penggunaan
php -f namafile.php a=1 b[]=2 b[]=3 //output //$_GET['a'] to '1' and $_GET['b'] to array('2', '3').
0 Response to "Menggunakan PHP di termux"
Post a comment
Jangan Lupa Cek Box "Notify Me" agar tahu komentar kamu dibalas oleh saya.
If there are any posts that are missing, or error or anything else, please leave a comment for the article / post to be fixed.
Do not Forget Check Box "Notify Me" to know our comments replied by me.