< Back

Get-Php

Sat Jan 18, 2020 6:48 pm

NAME Get-Php



SYNOPSIS

Get the details about installed PHP versions.





SYNTAX

Get-Php [[-Path] <String>] [<CommonParameters>]





DESCRIPTION

Get the details a PHP version installed in a specific location, or in all the PHP installations found in the

current environment PATH.





PARAMETERS

-Path <String>

Get the details about PHP installed in this location.

If omitted we'll look for PHP installed in the current PATH.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Array







RELATED LINKS