c::getBrandUrlByPid Contents1 概要2 使い方3 引数の内容4 返り値 概要 商品IDからメーカーURLを取得します。 使い方 <ul> <li><?php echo c::getBrandUrlByPid($pId); ?></li> </ul> 123 <ul><li><?php echo c::getBrandUrlByPid($pId); ?></li></ul> 引数の内容 $pId : 商品IDを指定します。 返り値 String メーカーURLが返ります。