WP_CLI\Iterators

CSV::validpublicWP-CLI 1.0ReturnTypeWillChange

Method of the class: CSV{}

No Hooks.

Returns

null. Nothing (null).

Usage

$CSV = new CSV();
$CSV->valid();

CSV::valid() code WP-CLI 2.13.0-alpha

public function valid() {
	return is_array( $this->current_element );
}