Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はデータベースラッパークラスを書いていて、次のようなものが必要です:
public function bind($types, $params, ...) { $this->prep->bind_param($types, $params, ...); }
N-params を持つために、引数を動的にするにはどうすればよいですか?
関数は知っていますfunc_get_args()が、役に立ちません。引数を取得できますが、どのように渡すのですか?
func_get_args()