xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PHP frenchtojd() 实例 - 自学教程(runoops.com)</title>
</head>
<body>
<?php
$jd = frenchtojd(3, 3, 14);
echo $jd . "<br>";
echo jdtofrench($jd);
?>
</body>
</html>