< Back

Get-PhpExtension

Sat Jan 18, 2020 6:48 pm

NAME Get-PhpExtension



SYNOPSIS

Lists the extensions for PHP installation.





SYNTAX

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





DESCRIPTION

Lists all the extensions found in a PHP installation (Builtin, Enabled and Disabled).





PARAMETERS

-Path <String>

The path to the PHP installation (or the path to the php.exe file).

If omitted we'll use the one found in the PATH environment variable.



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