string, 'dataset_name' => string, 'options' => int]). * * @param resource|string|array $dest * @param int $file_type[optional] * @return bool */ function save($dest, $file_type = FileType::ARMA_BINARY); /** * Retrieve data from a file or stream resource (Feature\STREAM_RES must be true). * * Data will be read from $from, which can be the source file name, stream handle, or (HDF5 only) * an array which specifies HDF5 names and options. * * On failure, the object is reset so that it has no elements. * * @param resource|string|array $from * @param int $file_type[optional] * @return bool */ function load($from, $file_type = FileType::AUTO_DETECT); }