Update function spec

This commit is contained in:
Adam Backstrom 2013-07-25 23:22:03 -04:00
parent f6681a97f2
commit 6331686efe
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if( 'POST' === $_SERVER['REQUEST_METHOD'] ) {
<option value="Base64Encode" <?php echo selected($action_str, 'Base64Encode'); ?>>base64_encode()</option>
<option value="JsonDecode" <?php echo selected($action_str, 'JsonDecode'); ?>>json_decode()</option>
<option value="JsonEncode" <?php echo selected($action_str, 'JsonEncode'); ?>>json_encode()</option>
<option value="DateC" <?php echo selected($action_str, 'DateC'); ?>>date('c', %s)</option>
<option value="DateC" <?php echo selected($action_str, 'DateC'); ?>>date('c', $timestamp)</option>
<select>
<input type="submit">
</form>