Learning with Texts - Fork
2.10.0-fork
Learn foreign languages with texts
|
Start Reading a text (frameset) More...
Namespaces | |
Lwt | |
Functions | |
get_text_id () | |
do_text_mobile_content ($textid, $audio=null) | |
do_text_desktop_content ($textid, $audio=null) | |
do_text_page ($textid) | |
Variables | |
if(get_text_id() !==null) | else |
Start Reading a text (frameset)
Call: do_text.php?text=[textid] Create the main window when reading texts.
PHP version 8.1
do_text_desktop_content | ( | $textid, | |
$audio = null |
|||
) |
Echo the page content for the desktop version of do_text.
int | $textid | Text ID |
mixed | $audio | Audio URI, unnused, null by default |
do_text_mobile_content | ( | $textid, | |
$audio = null |
|||
) |
Echo the page content for the mobile version of do_text.
int | $textid | Text ID |
mixed | $audio | Audio URI, unnused, null by default |
do_text_page | ( | $textid | ) |
Echo the text page.
int | $textit | Text ID |
bool | $mobile | Set to true if you want the mobile version of the page. |
get_text_id | ( | ) |
if (get_text_id() !==null) else |