Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 3 / 5
Newer►
81 results for tags php x
  • PHP: foreach - Manual
    permalink -
    - http://www.php.net/manual/fr/control-structures.foreach.php
    php
  • PHP: Syntaxe alternative - Manual
    foreach / endforeach
    permalink -
    - http://php.net/manual/fr/control-structures.alternative-syntax.php
    php
  • Memo pour Sqlite et PHP - lehollandaisvolant.net
    permalink -
    - http://lehollandaisvolant.net/tuto/sqlite/#pdo-pupdateentries
    php sqlite
  • Quelques petites astuces PHP | IdleBlog
    $_ = array_map('htmlentities',array_merge($_POST,$_GET));

    list($age,$prenom,$pseudo) = explode('|',25|valentin|idleman');

    var_dump(scandir('mon/repertoire/'));

    et quelques autre...
    permalink -
    - http://blog.idleman.fr/quelques-petites-astuces-php/
    php
  • Kint, a debugging tool for PHP
    permalink -
    - http://raveren.github.io/kint/
    dev php web
  • Un explorateur de fichiers PHP - geraudlacheny.fr
    Un explorateur de fichier en php pas mal fichu, simple et léger.
    A tester

    demo ici : http://labo.geraudlacheny.fr/gExplorateur/index3.html
    permalink -
    - http://www.geraudlacheny.fr/un-explorateur-de-fichiers-php/
    explorateur php
  • Convert pdf to image with imagemagick in php
    Très bon tuto sur la génération d'image (par exemple des miniatures) à partir de pdf avec php et imgick.
    permalink -
    - http://www.binarytides.com/convert-pdf-image-imagemagick-php/
    pdf php
  • PHP Tutorial - File Upload
    permalink -
    - http://www.tizag.com/phpT/fileupload.php
    php
  • Cours de PHP - La librairie GD - Le PHP Facile
    permalink -
    - http://www.lephpfacile.com/cours/22-la-librairie-gd
    gd php
  • Creating a PDF preview « Mikko’s blog
    permalink -
    - http://valokuva.org/?p=7
    imagick pdf php
  • PHP: Imagick::getImageBlob - Manual
    permalink -
    - http://php.net/manual/en/imagick.getimageblob.php
    imagick php
  • Manuel PHP - imagecreatefrompng - La référence en Cours et Manuels PHP / MYSQL / HTML en francais
    permalink -
    - http://www.manuelphp.com/php/function.imagecreatefrompng.php
    gd php
  • PHP: Opérateur de contrôle d'erreur - @ Manual
    permalink -
    - http://php.net/manual/fr/language.operators.errorcontrol.php
    php
  • PHP: Utilisation simple - Manual
    permalink -
    - http://www.php.net/manual/fr/imagick.examples-1.php
    imagick php
  • How to join filesystem path strings in PHP? - Stack Overflow
    function join_paths() {
       $paths = array();

       foreach (func_get_args() as $arg) {
           if ($arg !== '') { $paths[] = $arg; }
       }

       return preg_replace('#/+#','/',join('/', $paths));
    }
    permalink -
    - http://stackoverflow.com/questions/1091107/how-to-join-filesystem-path-strings-in-php
    php
  • PHP Tutorials Examples Imagick
    permalink -
    - http://www.phpro.org/tutorials/Imagick.html
    imagick php
  • Problem with Image Magick thumbnaill background colour
    <?php

    //Note that the function returns an Imagick object and does not modify the existing object. Below is my code for converting a PNG with transparency into a JPG with a background color. This code illustrates the difference.


    $im = new Imagick('image.png');
    $im->setImageBackgroundColor('white');

    $im->flattenImages(); // This does not do anything.
    $im = $im->flattenImages(); // Use this instead.

    $im->setImageFormat('jpg');
    $im->writeImage('image.jpg');

    ?>
    permalink -
    - http://www.sitepoint.com/forums/showthread.php?805131-Problem-with-Image-Magick-thumbnaill-background-colour
    imagick php
  • Convert .doc to html in php - Stack Overflow
    permalink -
    - http://stackoverflow.com/questions/253834/convert-doc-to-html-in-php
    php
  • PHP: Imagick::resizeImage - Manual
    permalink -
    - http://php.net/manual/en/imagick.resizeimage.php
    imagick php
  • [Snippet #03 - PHP] EasyDump, affichage de variable amélioré - Yosko.net
    A garder sous le coude...

    [via http://sebsauvage.net/links/?_f0RGw]
    permalink -
    - http://www.yosko.net/article27/snippet-easydump-affichage-de-variable-ameliore
    dev php
Links per page: 20 50 100
◄Older
page 3 / 5
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.