<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://humanemulator.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://humanemulator.net/wiki/feed.php">
        <title>Human Emulator wiki en:objects:webpage:work_file</title>
        <description></description>
        <link>https://humanemulator.net/wiki/</link>
        <image rdf:resource="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-08-13T14:17:28+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:get_url_size&amp;rev=1785959949&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:get_web_page_code&amp;rev=1785959950&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:load_web_page&amp;rev=1785959950&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:save_source_to_file&amp;rev=1785959951&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:save_url_to_file&amp;rev=1785959951&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:set_encoding&amp;rev=1785959952&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Human Emulator wiki</title>
        <link>https://humanemulator.net/wiki/</link>
        <url>https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:get_url_size&amp;rev=1785959949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_file:get_url_size</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:get_url_size&amp;rev=1785959949&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;
//+ cef
//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the Content-Length of the url bigfozzy.com by the header:&quot;;
echo $webpage-&gt;get_url_size(&quot;http://yandex.ru/&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get the URL header http://ya.ru/its Content-Le…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:get_web_page_code&amp;rev=1785959950&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_file:get_web_page_code</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:get_web_page_code&amp;rev=1785959950&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Load Yandex:&quot;;
echo $webpage-&gt;get_web_page_code(&quot;http://ya.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Load our closed forum:&quot;;
$login = &quot;xxx&quot;; $psw = &quot;xxx&quot;;
$browser-&gt;set_default_authorization($login, $ps…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:load_web_page&amp;rev=1785959950&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_file:load_web_page</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:load_web_page&amp;rev=1785959950&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Load Yandex:&quot;;
echo strlen($webpage-&gt;load_web_page(&quot;http://ya.ru&quot;)).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Load our closed forum:&quot;;
$login = &quot;xxx&quot;; $psw = &quot;xxx&quot;;
$browser-&gt;set_default_authorization($login,…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:save_source_to_file&amp;rev=1785959951&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_file:save_source_to_file</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:save_source_to_file&amp;rev=1785959951&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;
//+ cef
//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.go to google:&quot;;
echo $browser-&gt;navigate(&quot;http://www.google.com&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Save the source to a file:&quot;;
echo $webpage-&gt;save_source_to_file(&quot;c: \ google.txt&quot;).&quot;&lt;br&gt;&quot;;

//…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:save_url_to_file&amp;rev=1785959951&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_file:save_url_to_file</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:save_url_to_file&amp;rev=1785959951&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Save ya.ru to a file:&quot;;
echo $webpage-&gt;save_url_to_file(&quot;http://httpbin.org/get&quot;, &quot;c: \ get.txt&quot;).&quot; n&quot;;

//2
echo &quot;2.Show the saved file:&quot;;
echo $app-&gt;shell_execute(&quot;&quot;, &quot;c: \ get.txt&quot;, &quot;&quot;…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:set_encoding&amp;rev=1785959952&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_file:set_encoding</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_file:set_encoding&amp;rev=1785959952&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s go to the site with windows-1251 encoding:&quot;;
echo $browser-&gt;navigate(&quot;http://www.bigfozzy.com&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Change the encoding of the current page:&quot;;
echo $webpage-&gt;set_en…</description>
    </item>
</rdf:RDF>
