Skip to content

Latest commit

 

History

History
52 lines (21 loc) · 1.87 KB

File metadata and controls

52 lines (21 loc) · 1.87 KB

WP_CLI\Utils\parse_str_to_argv()

Parse a string of command line arguments into an $argv-esqe variable.


Usage

WP_CLI\Utils\parse_str_to_argv( $arguments )
$arguments (string)
@return (array<string>)

Internal API documentation is generated from the WP-CLI codebase on every release. To suggest improvements, please submit a pull request.


Related