Forrest logo
back to the phpcbf tool

phpcbf:tldr:0c19f

phpcbf: Display a list of installed coding standards.
$ phpcbf -i
try on your machine

The command "phpcbf -i" is used to verify whether PHP Code Beautifier and Fixer (phpcbf) is installed on your system or not.

Here's what each part of the command does:

  • "phpcbf": This is the actual command that runs the PHP Code Beautifier and Fixer tool.
  • "-i": The "-i" option stands for "info" or "information". When used with the "phpcbf" command, it instructs the tool to display information about its installation status.

So, when you run "phpcbf -i" in your command line interface or terminal, it will execute the PHP Code Beautifier and Fixer and provide you with details about its installation status, such as the version number and other relevant information.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the phpcbf tool