Process PHP String value as Hashtag Markup

This page calls the hashtag_process Framework Core PHP function to process a PHP String value as Hashtag Markup.   Hashtag Variable injection is not done until processing time.   The Hashtag Framework can be configured to disable PHP processing in Hashtag Markup.  
Processing this Hashtag Markup:
<?php

$hashtag = '<# print "This was printed by Hashtag at <#[system.time]#>"; #>';
hashtag_process($hashtag);

?>

This was printed by Hashtag at 10:45:41 AM UTC


The Hashtag Framework supports PHP code alongside Hashtag Markup.

The examples in this section demonstrate the many Hashtag Framework Core PHP Functions that are callable from any PHP code.