Skip to content

Kirby 3.5.7.1

$field->toInt()

Converts the field value into a proper integer

$field->toInt(int $default = 0): int

Parameters

Name Type Default Description
$default int Default value if the field is empty

Return type

int

Aliases

You can use the following aliases for this field method in your template:

  • $field->int(…)

Example

<?= $page->mynumber()->toInt() ?>