WP_CLI\Iterators
CSV::key
Method of the class: CSV{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CSV = new CSV(); $CSV->key();
CSV::key() CSV::key code WP-CLI 2.13.0-alpha
public function key() {
return $this->current_index;
}
WP_CLI\Iterators
Method of the class: CSV{}
No Hooks.
null. Nothing (null).
$CSV = new CSV(); $CSV->key();
public function key() {
return $this->current_index;
}