Completed
Push — master ( eb0676...00e688 )
by Michael
04:53
created
xoops-martin/pay/alipay/php-demo/return_url.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
 	}
26 26
 }
27 27
 
28
+/**
29
+ * @param string $word
30
+ */
28 31
 function  log_result($word) {
29 32
 	$fp = fopen("log.txt","a");	
30 33
 	flock($fp, LOCK_EX) ;
Please login to merge, or discard this patch.