Notice
														
												
											
												
												
													Recent Posts
													
											
												
												
													Recent Comments
													
											
												
												
													Link
													
											
									| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 | 
| 12 | 13 | 14 | 15 | 16 | 17 | 18 | 
| 19 | 20 | 21 | 22 | 23 | 24 | 25 | 
| 26 | 27 | 28 | 29 | 30 | 31 | 
													Tags
													
											
												
												- MS-SQL
- 유니티
- MySQL
- sqlite
- PyQt5
- 라즈베리파이
- GIT
- mssql
- PyQt
- IOS
- flutter
- 함수
- swift
- 리눅스
- pandas
- ASP
- Excel
- 날짜
- port
- urllib
- ubuntu
- tensorflow
- PER
- 맛집
- Linux
- python
- 다이어트
- Unity
- node.js
- javascript
													Archives
													
											
											
											
											목록mysqli_set_charset (1)
아미(아름다운미소)
			
			
				PHP mysqli_set_charset () 함수
				
	
	
               
           
					
					
					
					
					
					
						
					
				기본 클라이언트 문자 집합을 설정합니다. $con=mysqli_connect("localhost","my_user","my_password","my_db"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } // Change character set to utf8 mysqli_set_charset($con,"utf8"); mysqli_close($con); 정의와 사용법 mysqli_set_charset () 함수는 데이터베이스 서버와 데이터를주고받을 때 사용할 디폴트 문자 세트를 지정한다. 참고 : 이 기능이 Windows 플랫폼에서 작동하려면 My..
				랭귀지/PHP
				
				2018. 1. 12. 10:20