Skip to content

HTML

  • Full name: \MammothPHP\WoollyM\IO\HTML

Properties

pretty

php
public bool $pretty

limit

php
public ?int $limit

offset

php
public ?int $offset

class

php
public ?string $class

id

php
public ?string $id

Methods

toString

php
public toString(bool $pretty = true, ?int $limit = null, ?int $offset, ?string $class = null, ?string $id = null): string

Parameters:

ParameterTypeDescription
$prettybool
$limit?int
$offset?int
$class?string
$id?string

Inherited methods

fromDataFrame

php
public static fromDataFrame(\MammothPHP\WoollyM\DataFrame $df): static
  • This method is static.

Parameters:

ParameterTypeDescription
$df\MammothPHP\WoollyM\DataFrame

prepareToFileInput

php
protected prepareToFileInput(mixed $file, bool $overwriteFile): \SplFileObject|false

Parameters:

ParameterTypeDescription
$filemixed
$overwriteFilebool


Automatically generated on 2024-07-03

Released under the BSD 3-Clause License.