How does querylist phantomjs simulate mobile phone crawling mobile pages

how querylist phantomjs simulates the mobile phone to grab the mobile page. When the destination URL returns, it indicates that the flash plug-in is not installed, and only the simulated mobile phone useragent can capture the playback address.

<?php
 ini_set("display_errors", "On");
require "vendor/autoload.php";
use QL\QueryList;
use QL\Ext\PhantomJs;

$ql = QueryList::getInstance();

$ql->use(PhantomJs::class,"/var/www/html/bin/phantomjs");

$ql->use(PhantomJs::class,"/var/www/html/bin/phantomjs","browser");
$playurl = $ql->browser($_GET["url"])->find("video")->src;
?>
Mar.11,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37178-2b7e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37178-2b7e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?