Mobile
Mobile PHP Methods
getInnerContent(string $convertHTML) v5
Gets mobile inner HTML contents
PARAMETERS:
$convertHTML = string, Full HTML contents
RETURN VALUE:
string = mobile inner HTML contentsstatic getInnerEnd(string $convertHTML) v5
Gets mobile inner HTML content end position
PARAMETERS:
$convertHTML = string, Mobile inner content
RETURN VALUE:
int = mobile inner HTML content end positionstatic getInnerStart(string $convertHTML) v5
Gets mobile inner content start position
PARAMETERS:
$convertHTML = string, Mobile inner HTML content
RETURN VALUE:
int = mobile inner HTML content start positionstatic insertInnerContent(string $convertHTML, string $fullPage) v5
Insert HTML content to mobile inner contents
PARAMETERS:
$convertHTML = string, Mobile inner HTML content
$fullPage = string, Full page HTML contents
RETURN VALUE:
string = Full page HTML content after inserting the mobile inner contentsMobile PHP Variables
🔎︎ %l4610%