WP_Filesystem_ftpsockets::get_contents_array( string $file )


Parameters

$file

(string) (Required)


Return

(array)


Source

File: wp-admin/includes/class-wp-filesystem-ftpsockets.php

	public function get_contents_array($file) {
		return explode("\n", $this->get_contents($file) );
	}