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

Long Text Import. More...

Namespaces

 Lwt
 

Functions

 long_text_check ($max_input_vars)
 
 long_text_save ()
 
 long_text_display ($max_input_vars)
 
 long_text_do_page ()
 

Detailed Description

Long Text Import.

Call: long_text_import.php?... op=...

PHP version 8.1

Function Documentation

◆ long_text_check()

long_text_check (   $max_input_vars)

Display the check page before a long text import.

Parameters
int$max_input_varsMaximale bytes size for the text.
Returns
void

◆ long_text_display()

long_text_display (   $max_input_vars)

Display the main page for a long tex import.

Parameters
int$max_input_varsMaximal number of bytes for the text.

@global $tbpref

Returns
void

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

Returns
undefined

◆ long_text_do_page()

long_text_do_page ( )

Do the main page for the long text import.

Returns
void

◆ long_text_save()

long_text_save ( )

Save a long text to the database.

Returns
void

@global string $tppref Database table prefix.