< Back

Get-PhpAvailableVersion

Sat Jan 18, 2020 6:48 pm

NAME Get-PhpAvailableVersion



SYNOPSIS

Gets the list of available versions.





SYNTAX

Get-PhpAvailableVersion [-State] <String> [-Reload] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-State <String>

The release state (can be 'Release', 'Archive' or 'QA').



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Reload [<SwitchParameter>]

Force the reload of the list.



Required? false

Position? named

Default value False

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





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-PhpAvailableVersion -State Release















RELATED LINKS