Php 8.1 ioncube extension

RUn this php file under the website you are using php8.1

<?php
if(extension_loaded("IonCube Loader")) {     
  echo "IonCube Loader is Installed";
}
else {
  // No
}
?>