“PHP”에 대한 검색결과 입니다.
〈 JOYHO (Total 15개)
http://joyho.net/dev/30PASSWORD HASH
[PASSWORD 암호화]
// 비밀번호 암호화
$hash = password_hash($password, PASSWORD_DEFAULT);
// 비밀번호 일치하는지 비교
if (password_verify($password, $hash_password)) {…
http://joyho.net/dev/29내 정보 요청 (getMe)
https://api.telegram.org/bot<apikey>/getMe
{
"ok": true,
"result": {
"id": 837463521,
"is_bot…
http://joyho.net/dev/281. https://telegram.me/botfather 접속2. [시작] 버튼 클릭3. /newbot 입력4. 봇 이름 입력5. 봇 이름_bot 또는 봇 이름Bot 입력 6.<apikey>값 저장7. /start 입력8. https://api.telegram.org/bot…
http://joyho.net/dev/27Configure Yum Repository먼저 epel-releaseyum 저장소를 추가한다# yum install epel-release운영체제 버전에 맞는 remi-release 설치# rpm -Uvh http://rpms.famillecollet.com/enterprise/rem…
http://joyho.net/dev/231. 정규식을 통한 제거
$text = preg_replace('/\r\n|\r|\n/','',$text);
2. 문자열 함수사용으로 제거
$text = str_replace(array("\r\n","\r","\n"),'',$te…
http://joyho.net/dev/22소스 코드
<?php
$filepath = '다운로드 파일경로';
$filesize = filesize($filepath);
$path_parts = pathinfo($filepath);
$filename = $path_parts['basename']; // 파일명
$extensi…
http://joyho.net/dev/19
목차
연산자
비교 연산자
조건문
날짜와 시간 관련 함수
문자열 관련 함수
기타 함수들
1. 연산자
연산자의 경우 일반적으로 사용하는 연산자들을 사용합니다.
"+" , "-" , "*" , "/" 등…
http://joyho.net/dev/12SSH2 업로드 주요 사용 함수
// SSH Host
$ssh_host = 'example.com';
// SSH Port
$ssh_port = '22';
// SSH User
$ssh_auth_user = 'username';
// SSH Password
$ssh_auth…
http://joyho.net/dev/9Get HTML Elements
// Create DOM from URL or file
$html = file_get_html('http://www.google.com/');
or
$html = str_get_html('Hello!');
//html 을 가져오고
$html = file…
http://joyho.net/dev/8- 목차 -
openssl_encrypt
openssl_decrypt
$method
$password
$options
$iv
//PHP 5.2 이하 버젼 openssl 미지원시
openssl_encrypt
string openssl_encrypt ( st…
http://joyho.net/dev/7배열 함수 목록
array_change_key_case — 배열 안의 모든 키를 변경
array_chunk — 배열을 조각으로 나누기
array_column — 배열 안의 하나의 열에서 값을 반환
array_combine — 키를 위한 배열과 값을 위한 배열을 사용하여 배열을 …
http://joyho.net/dev/6
ajax 기본 기능
jQuery.ajax();
jQuery.get();
jQuery.post();
jQuery.ajax();
ajax 기본 예제
<script>
$(document).ready(function() {
jQuery.ajax({
…
http://joyho.net/dev/5cURL (Client URL Library Functions)
제작자 Daniel Stenberg 의 설명을 그대로 변역하면curl is a comand line tool for transferring files with URL syntax커맨드라인에서 URL 문법을 사용하여 파일…
http://joyho.net/news/30
KBS1
KBS1
KBS2
KBS2
MBC
MBC
SBS
SBS
UBC
JTV
KNN-SBS
JTBC
JTBC
채널A
채널A
TV조선
TV조선
MBN
YTN
YTN
연합뉴스TV
연합뉴스TV
KBS WORLD
KBS DRAMA
KBS JOY
KB…
http://joyho.net/news/83DP Chip v15.04 포터블 버전
드라이버 백업및 복원을 간편하게 할 수 있습니다.
무설치(포터블) 다운로드 :
최신 버전 다운로드 : http://www.3dpchip.com/3dp/chip_down_kor.php