Skip to content

Instantly share code, notes, and snippets.

@oskarcalvo
Last active November 22, 2016 09:08
Show Gist options
  • Save oskarcalvo/7359c5d83e7133b99280cf2b8a60cc74 to your computer and use it in GitHub Desktop.
Save oskarcalvo/7359c5d83e7133b99280cf2b8a60cc74 to your computer and use it in GitHub Desktop.
<?php
$salida = function($numero){
$node = node_load($numero);
$node_array = (array) $node;
return $node_array;
};
print $salida(3016)['vid'];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment