<?php require 'function.php'; echo pcIsHasNew();
function syncPCFlag() { if (pcIsHasNew() == '1') { updatePCOldFlag(getPCFlag()); } }