<?php namespace Dy; class Shell { /** * shell * * @param string $cmd 命令 * @param string $flags 参数 * * @return bool */ public static function exec(string $cmd, string $flags) { } }