Skip to content

Instantly share code, notes, and snippets.

@robap
Created November 6, 2011 14:30
Show Gist options
  • Save robap/1342950 to your computer and use it in GitHub Desktop.
Save robap/1342950 to your computer and use it in GitHub Desktop.
Basic uuid pecl usage
<?php
$uuid = uuid_create();
echo $uuid;
$uuid_bin = uuid_parse( $uuid );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment