long_text_import.php
\file \brief Long Text Import
Call: long_text_import.php?... op=...
PHP version 8.1
Tags
Table of Contents
Functions
- long_text_check() : void
- Display the check page before a long text import.
- long_text_save() : void
- Save a long text to the database.
- long_text_display() : void
- Display the main page for a long tex import.
- long_text_do_page() : void
- Do the main page for the long text import.
Functions
long_text_check()
Display the check page before a long text import.
long_text_check(int $max_input_vars) : void
Parameters
- $max_input_vars : int
-
Maximale bytes size for the text.
long_text_save()
Save a long text to the database.
long_text_save() : void
Tags
long_text_display()
Display the main page for a long tex import.
long_text_display(int $max_input_vars) : void
Parameters
- $max_input_vars : int
-
Maximal number of bytes for the text.
Tags
long_text_do_page()
Do the main page for the long text import.
long_text_do_page() : void