I am using ioncube to encode my scripts.
But i don't know the loader version that is installed on sever.
Is there any way or any code or any function to Show the exact version of IONCUBE loader version ?
You can simply use phpinfo()
.
If you want to check it's loaded or not, you can use extension_loaded()
.
<?php
phpinfo();