mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
add function description
This commit is contained in:
parent
a9d5dcf4a2
commit
f83715c370
@ -203,6 +203,15 @@ class Extension
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
* returns a command line string with all required shared extensions to load
|
||||
* i.e.; pdo_pgsql would return:
|
||||
*
|
||||
* `-d "extension=pgsql" -d "extension=pdo_pgsql"`
|
||||
* @throws FileSystemException
|
||||
* @throws WrongUsageException
|
||||
*/
|
||||
public function getRequiredSharedExtensions(): string
|
||||
{
|
||||
$loaded = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user