Learning with Texts - Fork  2.10.0-fork
Learn foreign languages with texts
Namespaces | Functions | Variables
check_text.php File Reference

Check (parse & split) a Text (into sentences/words) More...

Namespaces

 Lwt
 

Functions

 do_operation ($text, $lgid)
 
 display_form ()
 

Variables

if(isset($_REQUEST['op'])) else
 

Detailed Description

Check (parse & split) a Text (into sentences/words)

Call: check_text.php?... op=Check ... do the check

PHP version 8.1

Function Documentation

◆ display_form()

Lwt\Interface\Check_Text\display_form ( )

Display the main form for the check text page.

@global string $tbpref

Returns
void

Change the language of inputs for text and title based on selected language.

Returns
{undefined}

◆ do_operation()

Lwt\Interface\Check_Text\do_operation (   $text,
  $lgid 
)

Do the check text operation.

Parameters
string$textText to check.
int$lgidLanguage ID.
Returns
void

Variable Documentation

◆ else

if (isset( $_REQUEST[ 'op'])) else
Initial value:
{
display_form()
Definition: check_text.php:50