GC_Hook::rewind()

最后更新于:2021-11-27 21:34:08

GC_Hook::rewind()

Rewinds the Iterator to the first element.

源文件

文件: gc-includes/class-gc-hook.php

	public function rewind() {
		reset( $this->callbacks );
	}