
phpquery
List of commands for phpquery:
-
phpquery:tldr:59dd0 phpquery: List enabled extensions for PHP 7.3 with the cli SAPI.$ sudo phpquery -v ${7-3} -s ${cli} -Mtry on your machineexplain this command
-
phpquery:tldr:79dd4 phpquery: List available PHP versions.$ sudo phpquery -Vtry on your machineexplain this command
-
phpquery:tldr:a0bab phpquery: Check if the JSON extension is enabled for PHP 7.3 with the apache2 SAPI.$ sudo phpquery -v ${7-3} -s ${apache2} -m ${json}try on your machineexplain this command
-
phpquery:tldr:df929 phpquery: List available SAPIs for PHP 7.3.$ sudo phpquery -v ${7-3} -Stry on your machineexplain this command