<?php interface StatementInterface { public function setFetchMode(FetchAs $mode, string|int|null $a1 = NULL, array $a2 = []); public function execute(?array $args = [], array $options = []); } class StatementBase implements StatementInterface { public function setFetchMode($mode, $a1 = NULL, $a2 = []) {} public function execute($args = [], $options = []) {} }
You have javascript disabled. You will not be able to edit any code.