Forrest logo
back to context overview

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} -M
    try on your machine
    explain this command
  • phpquery:tldr:79dd4 phpquery: List available PHP versions.
    $ sudo phpquery -V
    try on your machine
    explain 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 machine
    explain this command
  • phpquery:tldr:df929 phpquery: List available SAPIs for PHP 7.3.
    $ sudo phpquery -v ${7-3} -S
    try on your machine
    explain this command
back to context overview