本文整理匯總了PHP中XString::getMaskIp方法的典型用法代碼示例。如果您正苦於以下問題:PHP XString::getMaskIp方法的具體用法?PHP XString::getMaskIp怎麽用?PHP XString::getMaskIp使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類XString
的用法示例。
在下文中一共展示了XString::getMaskIp方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: foreach
<div>
<!--start tel-service-item-->
<?php
foreach ($ganxieCommentList as $comment) {
?>
<div class="tel-service-item pt15 pb15">
<div class="tel-service-line clearfix">
<div class="tel-service-user1 fl">
<p>患者:<span class="green3"><?php
echo $comment->isFromGuest() ? XString::getMaskIp($comment->getIp()) : XString::truncate($comment->user->name, 1, '***');
?>
</span></p>
<p>地區:來自<?php
echo $comment->getIpLocation();
?>
</p>
<p>疾病:<?php
echo $comment->getDiseaseName4Flow();
?>
</p>
<?php
if ($comment->isCureExp() && false == empty($comment->remedy)) {
?>
<p>治療方式:<?$comment->remedy?></p>
<?php
}
?>
<p><span class="mr20"><?php
echo str_replace('maroon', 'orange1', Doctor::getCommentRateStr($comment->skill));
?>
</span><?php