Zundokiyoshiwith PHP
전대미문의 혹한 열풍
냉동청지 총결산
괴로워하는 것 같지만 PHP로 써봤어요. <?php
mb_language('Japanese');
mb_internal_encoding('UTF-8');
class Zundoko {
const ZUNDOCO_PHRASE = 'ズンズンズンズンドコ';
public function kiyoshi(){
$zundokoList = ["ズン", "ドコ"];
$cache = "";
do {
$choice = $zundokoList[mt_rand(0, 1)];
echo $choice;
$cache .= $choice;
$generated = mb_substr($cache, mb_strlen(self::ZUNDOCO_PHRASE) * -1);
} while (strcmp(self::ZUNDOCO_PHRASE,$generated));
echo "キ・ヨ・シ!";
}
}
$zun = new Zundoko();
$zun->kiyoshi();
실행 결과
잡담
2016/03/18
사랑을 주입하다
Reference
이 문제에 관하여(Zundokiyoshiwith PHP), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/mitsugogo/items/20b466d30a10f92a0b34
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
<?php
mb_language('Japanese');
mb_internal_encoding('UTF-8');
class Zundoko {
const ZUNDOCO_PHRASE = 'ズンズンズンズンドコ';
public function kiyoshi(){
$zundokoList = ["ズン", "ドコ"];
$cache = "";
do {
$choice = $zundokoList[mt_rand(0, 1)];
echo $choice;
$cache .= $choice;
$generated = mb_substr($cache, mb_strlen(self::ZUNDOCO_PHRASE) * -1);
} while (strcmp(self::ZUNDOCO_PHRASE,$generated));
echo "キ・ヨ・シ!";
}
}
$zun = new Zundoko();
$zun->kiyoshi();
실행 결과
잡담
2016/03/18
사랑을 주입하다
Reference
이 문제에 관하여(Zundokiyoshiwith PHP), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/mitsugogo/items/20b466d30a10f92a0b34
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
2016/03/18
사랑을 주입하다
Reference
이 문제에 관하여(Zundokiyoshiwith PHP), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/mitsugogo/items/20b466d30a10f92a0b34텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)