3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'laudeodbadmin'; function rot13encrypt ($str) { return str_rot13(base64_encode($str)); } $encrypted = rot13encrypt ($string); echo $encrypted; ?>

preferences:
75.24 ms | 402 KiB | 5 Q