<?php
$checka= escapeshellcmd('/var/www/cronjob/wx.py');
$checkb = shell_exec($checka);
$data=explode("|", $checkb);
echo $data[0]."\r\n";
echo $data[1]."\r\n";
echo $data[2]."\r\n";
?>
'Computer > Programing' 카테고리의 다른 글
| Clien login python 클리앙 로그인 파이썬 (0) | 2019.02.07 |
|---|---|
| Python data structure 파이썬 자료구조 (0) | 2019.02.07 |
| Python load json from web (0) | 2019.02.07 |
| Telegram URL 이용하여 문자 보내는법 (0) | 2019.02.07 |
| Parsing - Python (0) | 2019.02.07 |
| 텍스트 분석 후 특정파일만 출력 (0) | 2019.02.07 |
| Snoopy 이용법해서 파싱 방법 (0) | 2019.02.07 |
| 텔레그램 봇 TelegramBotPHP 활용 ( 문자 및 사진보내기 ) (0) | 2019.02.07 |