Scrapifier

Scrapifier

Comment ça marche et comment l'utilisé.

Introduction

This is an introduction to our awesome document.

Code Examples

Test


    <?php
    $test = file_get_contents("test.com");
    echo "Hello, PHP!";
    ?>
    

    <html>
    <head>
        <title>Hello, HTML!</title>
    </head>
    <body>
        <h1>Hello, HTML!</h1>
    </body>
    </html>
    

    console.log('Hello, JavaScript!');