Flow PHP

functions.php

Functions

from_text()

from_text(Path|string $path[, Filesystem $filesystem = new NativeLocalFilesystem() ]) : TextExtractor
Parameters
$path : Path|string
$filesystem : Filesystem = new NativeLocalFilesystem()
Return values
TextExtractor

to_text()

to_text(Path|string $path[, string $new_line_separator = PHP_EOL ][, Filesystem $filesystem = new NativeLocalFilesystem() ]) : TextLoader
Parameters
$path : Path|string
$new_line_separator : string = PHP_EOL
  • default PHP_EOL - @deprecated use withNewLineSeparator method instead
$filesystem : Filesystem = new NativeLocalFilesystem()
Return values
TextLoader
On this page

Search results