check_text.php
\file \brief Check (parse & split) a Text (into sentences/words)
Call: check_text.php?... op=Check ... do the check
PHP version 8.1
Tags
Table of Contents
Functions
- do_operation() : void
- Do the check text operation.
- display_form() : void
- Display the main form for the check text page.
Functions
do_operation()
Do the check text operation.
do_operation(string $text, int $lgid) : void
Parameters
- $text : string
-
Text to check.
- $lgid : int
-
Language ID.
display_form()
Display the main form for the check text page.
display_form() : void