为了使自己的程序在不同的平台中拥有更好的兼容性,很多时候我们都要获取当前Php的运行环境参数。比如我们常用到的:获取magic_quotes_gpc状态,来决定当表单提交时我们是否转义(addslashes)数据;设定max_execution_time来延长程序的执行时间;设定error_reporting使自己的项目在开发与运营阶段切换;设定memory_limit加大内存等等…
ini_set(string varname, string newvalue ) : 设定环境配置的参数
ini_get(string varname) : 获取环境配置的参数
参数列表如下
com.allow_dcom | “0″ | PHP_INI_SYSTEM |
com.autoregister_typelib | “0″ | PHP_INI_SYSTEM |
com.autoregister_verbose | “0″ | PHP_INI_SYSTEM |
com.autoregister_casesensitive | “1″ | PHP_INI_SYSTEM |
com.typelib_file | “” | PHP_INI_SYSTEM |
crack.default_dictionary | NULL | PHP_INI_SYSTEM |
exif.encode_unicode | “ISO-8859-15″ | PHP_INI_ALL |
exif.decode_unicode_motorola | “UCS-2BE” | PHP_INI_ALL |
exif.decode_unicode_intel | “UCS-2LE” | PHP_INI_ALL |
exif.encode_jis | “” | PHP_INI_ALL |
exif.decode_jis_motorola | “JIS” | PHP_INI_ALL |
exif.decode_jis_intel | “JIS” | PHP_INI_ALL |
fbsql.allow_persistent | “1″ | PHP_INI_SYSTEM |
fbsql.generate_warnings | “0″ | PHP_INI_SYSTEM |
fbsql.autocommit | “1″ | PHP_INI_SYSTEM |
fbsql.max_persistent | “-1″ | PHP_INI_SYSTEM |
fbsql.max_links | “128″ | PHP_INI_SYSTEM |
fbsql.max_connections | “128″ | PHP_INI_SYSTEM |
fbsql.max_results | “128″ | PHP_INI_SYSTEM |
fbsql.batchSize | “1000″ | PHP_INI_SYSTEM |
fbsql.default_host | NULL | PHP_INI_SYSTEM |
fbsql.default_user | “_SYSTEM” | PHP_INI_SYSTEM |
fbsql.default_password | “” | PHP_INI_SYSTEM |
fbsql.default_database | “” | PHP_INI_SYSTEM |
fbsql.default_database_password | “” | PHP_INI_SYSTEM |
hwapi.allow_persistent | “0″ | PHP_INI_SYSTEM |
hyperwave.allow_persistent | “0″ | PHP_INI_SYSTEM |
hyperwave.default_port | “418″ | PHP_INI_ALL |
iconv.input_encoding | ICONV_INPUT_ENCODING | PHP_INI_ALL |
iconv.output_encoding | ICONV_OUTPUT_ENCODING | PHP_INI_ALL |
iconv.internal_encoding | ICONV_INTERNAL_ENCODING | PHP_INI_ALL |
ifx.allow_persistent | “1″ | PHP_INI_SYSTEM |
ifx.max_persistent | “-1″ | PHP_INI_SYSTEM |
ifx.max_links | “-1″ | PHP_INI_SYSTEM |
ifx.default_host | NULL | PHP_INI_SYSTEM |
ifx.default_user | NULL | PHP_INI_SYSTEM |
ifx.default_password | NULL | PHP_INI_SYSTEM |
ifx.blobinfile | “1″ | PHP_INI_ALL |
ifx.textasvarchar | “0″ | PHP_INI_ALL |
ifx.byteasvarchar | “0″ | PHP_INI_ALL |
ifx.charasvarchar | “0″ | PHP_INI_ALL |
ifx.nullformat | “0″ | PHP_INI_ALL |
ingres.allow_persistent | “1″ | PHP_INI_SYSTEM |
ingres.max_persistent | “-1″ | PHP_INI_SYSTEM |
ingres.max_links | “-1″ | PHP_INI_SYSTEM |
ingres.default_database | NULL | PHP_INI_ALL |
ingres.default_user | NULL | PHP_INI_ALL |
ingres.default_password | NULL | PHP_INI_ALL |
ibase.allow_persistent | “1″ | PHP_INI_SYSTEM |
ibase.max_persistent | “-1″ | PHP_INI_SYSTEM |
ibase.max_links | “-1″ | PHP_INI_SYSTEM |
ibase.default_user | NULL | PHP_INI_ALL |
ibase.default_password | NULL | PHP_INI_ALL |
ibase.timestampformat | “%m/%d/%Y%H:%M:%S” | PHP_INI_ALL |
ibase.dateformat | “%m/%d/%Y” | PHP_INI_ALL |
ibase.timeformat | “%H:%M:%S” | PHP_INI_ALL |
java.class.path | NULL | PHP_INI_ALL |
java.home | NULL | PHP_INI_ALL |
java.library.path | NULL | PHP_INI_ALL |
java.library | JAVALIB | PHP_INI_ALL |
java.library | NULL | PHP_INI_ALL |
ldap.max_links | “-1″ | PHP_INI_SYSTEM |
mbstring.detect_order | NULL | PHP_INI_ALL |
mbstring.http_input | NULL | PHP_INI_ALL |
mbstring.http_output | NULL | PHP_INI_ALL |
mbstring.internal_encoding | NULL | PHP_INI_ALL |
mbstring.substitute_character | NULL | PHP_INI_ALL |
mbstring.func_overload | “0″ | PHP_INI_SYSTEM |
mcrypt.algorithms_dir | NULL | PHP_INI_ALL |
mcrypt.modes_dir | NULL | PHP_INI_ALL |
mime_magic.magicfile | “/usr/share/misc/magic.mime” | PHP_INI_SYSTEM |
mssql.allow_persistent | “1″ | PHP_INI_SYSTEM |
mssql.max_persistent | “-1″ | PHP_INI_SYSTEM |
mssql.max_links | “-1″ | PHP_INI_SYSTEM |
mssql.max_procs | “25″ | PHP_INI_ALL |
mssql.min_error_severity | “10″ | PHP_INI_ALL |
mssql.min_message_severity | “10″ | PHP_INI_ALL |
mssql.compatability_mode | “0″ | PHP_INI_ALL |
mssql.connect_timeout | “5″ | PHP_INI_ALL |
mssql.timeout | “60″ | PHP_INI_ALL |
mssql.textsize | “-1″ | PHP_INI_ALL |
mssql.textlimit | “-1″ | PHP_INI_ALL |
mssql.batchsize | “0″ | PHP_INI_ALL |
mssql.datetimeconvert | “1″ | PHP_INI_ALL |
mssql.secure_connection | “0″ | PHP_INI_SYSTEM |
mysql.allow_persistent | “1″ | PHP_INI_SYSTEM |
mysql.max_persistent | “-1″ | PHP_INI_SYSTEM |
mysql.max_links | “-1″ | PHP_INI_SYSTEM |
mysql.default_host | NULL | PHP_INI_ALL |
mysql.default_user | NULL | PHP_INI_ALL |
mysql.default_password | NULL | PHP_INI_ALL |
mysql.default_port | NULL | PHP_INI_ALL |
mysql.default_socket | NULL | PHP_INI_ALL |
ncurses.value | “42″ | PHP_INI_ALL |
ncurses.string | “foobar” | PHP_INI_ALL |
odbc.allow_persistent | “1″ | PHP_INI_SYSTEM |
odbc.max_persistent | “-1″ | PHP_INI_SYSTEM |
odbc.max_links | “-1″ | PHP_INI_SYSTEM |
odbc.default_db | NULL | PHP_INI_ALL |
odbc.default_user | NULL | PHP_INI_ALL |
odbc.default_pw | NULL | PHP_INI_ALL |
odbc.defaultlrl | “4096″ | PHP_INI_ALL |
odbc.defaultbinmode | “1″ | PHP_INI_ALL |
odbc.check_persistent | “1″ | PHP_INI_SYSTEM |
pfpro.defaulthost | “test.signio.com” | |
pfpro.defaulthost | “test-payflow.verisign.com” | |
pfpro.defaultport | “443″ | PHP_INI_ALL |
pfpro.defaulttimeout | “30″ | PHP_INI_ALL |
pfpro.proxyaddress | “” | PHP_INI_ALL |
pfpro.proxyport | “” | PHP_INI_ALL |
pfpro.proxylogon | “” | PHP_INI_ALL |
pfpro.proxypassword | “” | PHP_INI_ALL |
pgsql.allow_persistent | “1″ | PHP_INI_SYSTEM |
pgsql.max_persistent | “-1″ | PHP_INI_SYSTEM |
pgsql.max_links | “-1″ | PHP_INI_SYSTEM |
pgsql.auto_reset_persistent | “0″ | PHP_INI_SYSTEM |
pgsql.ignore_notice | “0″ | PHP_INI_ALL |
pgsql.log_notice | “0″ | PHP_INI_ALL |
session.save_path | “/tmp” | PHP_INI_ALL |
session.name | “PHPSESSID” | PHP_INI_ALL |
session.save_handler | “files” | PHP_INI_ALL |
session.auto_start | “0″ | PHP_INI_ALL |
session.gc_probability | “1″ | PHP_INI_ALL |
session.gc_divisor | “100″ | PHP_INI_ALL |
session.gc_maxlifetime | “1440″ | PHP_INI_ALL |
session.serialize_handler | “php” | PHP_INI_ALL |
session.cookie_lifetime | “0″ | PHP_INI_ALL |
session.cookie_path | “/” | PHP_INI_ALL |
session.cookie_domain | “” | PHP_INI_ALL |
session.cookie_secure | “” | PHP_INI_ALL |
session.use_cookies | “1″ | PHP_INI_ALL |
session.use_only_cookies | “0″ | PHP_INI_ALL |
session.referer_check | “” | PHP_INI_ALL |
session.entropy_file | “” | PHP_INI_ALL |
session.entropy_length | “0″ | PHP_INI_ALL |
session.cache_limiter | “nocache” | PHP_INI_ALL |
session.cache_expire | “180″ | PHP_INI_ALL |
session.use_trans_sid | “0″ | PHP_INI_SYSTEM PHP_INI_PERDIR |
session.encode_sources | “globals,track” | PHP_INI_ALL |
assert.active | “1″ | PHP_INI_ALL |
assert.bail | “0″ | PHP_INI_ALL |
assert.warning | “1″ | PHP_INI_ALL |
assert.callback | NULL | PHP_INI_ALL |
assert.quiet_eval | “0″ | PHP_INI_ALL |
safe_mode_protected_env_vars | SAFE_MODE_PROTECTED_ENV_VARS | PHP_INI_SYSTEM |
safe_mode_allowed_env_vars | SAFE_MODE_ALLOWED_ENV_VARS | PHP_INI_SYSTEM |
url_rewriter.tags | “a=href,area=href, frame=src, form=fakeentry” | PHP_INI_ALL |
sybct.allow_persistent | “1″ | PHP_INI_SYSTEM |
sybct.max_persistent | “-1″ | PHP_INI_SYSTEM |
sybct.max_links | “-1″ | PHP_INI_SYSTEM |
sybct.min_server_severity | “10″ | PHP_INI_ALL |
sybct.min_client_severity | “10″ | PHP_INI_ALL |
sybct.hostname | NULL | PHP_INI_ALL |
vpopmail.directory | “” | PHP_INI_ALL |
zlib.output_compression | “0″ | PHP_INI_SYSTEM PHP_INI_PERDIR |
zlib.output_compression_level | “-1″ | PHP_INI_ALL |
define_syslog_variables | “0″ | PHP_INI_ALL |
highlight.bg | HL_BG_COLOR | PHP_INI_ALL |
highlight.comment | HL_COMMENT_COLOR | PHP_INI_ALL |
highlight.default | HL_DEFAULT_COLOR | PHP_INI_ALL |
highlight.html | HL_HTML_COLOR | PHP_INI_ALL |
highlight.keyword | HL_KEYWORD_COLOR | PHP_INI_ALL |
highlight.string | HL_StrING_COLOR | PHP_INI_ALL |
allow_call_time_pass_reference | “1″ | PHP_INI_SYSTEM PHP_INI_PERDIR |
asp_tags | “0″ | PHP_INI_SYSTEM PHP_INI_PERDIR |
display_errors | “1″ | PHP_INI_ALL |
display_startup_errors | “0″ | PHP_INI_ALL |
enable_dl | “1″ | PHP_INI_SYSTEM |
expose_php | “1″ | PHP_INI_SYSTEM |
html_errors | “1″ | PHP_INI_ALL |
xmlrpc_errors | “0″ | PHP_INI_SYSTEM |
xmlrpc_error_number | “0″ | PHP_INI_ALL |
ignore_user_abort | “0″ | PHP_INI_ALL |
implicit_flush | “0″ | PHP_INI_ALL |
log_errors | “0″ | PHP_INI_ALL |
log_errors_max_len | “1024″ | PHP_INI_ALL |
ignore_repeated_errors | “0″ | PHP_INI_ALL |
ignore_repeated_source | “0″ | PHP_INI_ALL |
magic_quotes_gpc | “1″ | PHP_INI_PERDIR PHP_INI_SYSTEM |
magic_quotes_runtime | “0″ | PHP_INI_ALL |
magic_quotes_sybase | “0″ | PHP_INI_ALL |
output_buffering | “0″ | PHP_INI_PERDIR PHP_INI_SYSTEM |
output_handler | NULL | PHP_INI_PERDIR PHP_INI_SYSTEM |
register_argc_argv | “1″ | PHP_INI_PERDIR PHP_INI_SYSTEM |
register_globals | “0″ | PHP_INI_PERDIR PHP_INI_SYSTEM |
safe_mode | “1″ | PHP_INI_SYSTEM |
safe_mode | “0″ | PHP_INI_SYSTEM |
safe_mode_include_dir | NULL | PHP_INI_SYSTEM |
safe_mode_gid | “0″ | PHP_INI_SYSTEM |
short_open_tag | DEFAULT_SHORT_OPEN_TAG | PHP_INI_SYSTEM PHP_INI_PERDIR |
sql.safe_mode | “0″ | PHP_INI_SYSTEM |
track_errors | “0″ | PHP_INI_ALL |
y2k_compliance | “0″ | PHP_INI_ALL |
unserialize_callback_func | NULL | PHP_INI_ALL |
arg_separator.output | “&” | PHP_INI_ALL |
arg_separator.input | “&” | PHP_INI_SYSTEM PHP_INI_PERDIR |
auto_append_file | NULL | PHP_INI_SYSTEM PHP_INI_PERDIR |
auto_prepend_file | NULL | PHP_INI_SYSTEM PHP_INI_PERDIR |
doc_root | NULL | PHP_INI_SYSTEM |
default_charset | SAPI_DEFAULT_CHARSET | PHP_INI_ALL |
default_mimetype | SAPI_DEFAULT_MIMETYPE | PHP_INI_ALL |
error_log | NULL | PHP_INI_ALL |
extension_dir | PHP_EXTENSION_DIR | PHP_INI_SYSTEM |
gpc_order | “GPC” | PHP_INI_ALL |
include_path | PHP_INCLUDE_PAth | PHP_INI_ALL |
max_execution_time | “30″ | PHP_INI_ALL |
open_basedir | NULL | PHP_INI_SYSTEM |
safe_mode_exec_dir | “1″ | PHP_INI_SYSTEM |
upload_max_filesize | “2M” | PHP_INI_SYSTEM PHP_INI_PERDIR |
file_uploads | “1″ | PHP_INI_SYSTEM |
post_max_size | “8M” | PHP_INI_SYSTEM PHP_INI_PERDIR |
upload_tmp_dir | NULL | PHP_INI_SYSTEM |
user_dir | NULL | PHP_INI_SYSTEM |
variables_order | NULL | PHP_INI_ALL |
error_append_string | NULL | PHP_INI_ALL |
error_prepend_string | NULL | PHP_INI_ALL |
SMTP | “localhost” | PHP_INI_ALL |
smtp_port | 25 | PHP_INI_ALL |
browscap | NULL | PHP_INI_SYSTEM |
error_reporting | NULL | PHP_INI_ALL |
memory_limit | “8M” | PHP_INI_ALL |
precision | “14″ | PHP_INI_ALL |
sendmail_from | NULL | PHP_INI_ALL |
sendmail_path | DEFAULT_SENDMAIL_PAth | PHP_INI_SYSTEM |
disable_classes | “” | php.ini only |
disable_functions | “” | php.ini only |
allow_url_fopen | “1″ | PHP_INI_ALL |
always_populate_raw_post_data | “0″ | PHP_INI_SYSTEM PHP_INI_PERDIR |
xbithack | “0″ | PHP_INI_ALL |
engine | “1″ | PHP_INI_ALL |
last_modified | “0″ | PHP_INI_ALL |
child_terminate | “0″ | PHP_INI_ALL |
async_send | “0″ | PHP_INI_ALL |
可操作范围见下表:
操作范围
PHP_INI_USER | 1 | Entry can be set in user scripts |
PHP_INI_PERDIR | 2 | Entry can be set in php.ini, .htaccess or httpd.conf |
PHP_INI_SYSTEM | 4 | Entry can be set in php.ini or httpd.conf |
PHP_INI_ALL | 7 | Entry can be set anywhere |

phpsessionstrackuserdataacrossmultiplepagerequestsususingauniqueIdStoredInAcookie.here'showtomanagetheMeftically : 1) STARTASESSIONSTART_START () andSTAREDATAIN $ _SESSION.2) RegenerATERATESSESSIDIDAFTERLOGINWITHSESSION_RATERATERATES (True) TopreventSES

PHP에서 세션 데이터를 통한 반복은 다음 단계를 통해 달성 할 수 있습니다. 1. Session_start ()를 사용하여 세션을 시작하십시오. 2. $ _session 배열의 모든 키 값 쌍을 통해 Foreach 루프를 통과합니다. 3. 복잡한 데이터 구조를 처리 할 때 is_array () 또는 is_object () 함수를 사용하고 print_r ()를 사용하여 자세한 정보를 출력하십시오. 4. Traversal을 최적화 할 때 페이징을 사용하여 한 번에 많은 양의 데이터를 처리하지 않도록 할 수 있습니다. 이를 통해 실제 프로젝트에서 PHP 세션 데이터를보다 효율적으로 관리하고 사용하는 데 도움이됩니다.

이 세션은 서버 측 상태 관리 메커니즘을 통해 사용자 인증을 인식합니다. 1) 세션 생성 및 고유 ID의 세션 생성, 2) ID는 쿠키를 통해 전달됩니다. 3) ID를 통해 서버 저장 및 세션 데이터에 액세스합니다. 4) 사용자 인증 및 상태 관리가 실현되어 응용 프로그램 보안 및 사용자 경험이 향상됩니다.

tostoreauser'snameinaphpsession, startSessionstart_start (), wathsignthenameto $ _session [ 'username']. 1) useSentess_start () toinitializethesession.2) assimeuser'snameto $ _session [ 'username']

phpsession 실패 이유에는 구성 오류, 쿠키 문제 및 세션 만료가 포함됩니다. 1. 구성 오류 : 올바른 세션을 확인하고 설정합니다. 2. 쿠키 문제 : 쿠키가 올바르게 설정되어 있는지 확인하십시오. 3. 세션 만료 : 세션 시간을 연장하기 위해 세션을 조정합니다 .GC_MAXLIFETIME 값을 조정하십시오.

PHP에서 세션 문제를 디버그하는 방법 : 1. 세션이 올바르게 시작되었는지 확인하십시오. 2. 세션 ID의 전달을 확인하십시오. 3. 세션 데이터의 저장 및 읽기를 확인하십시오. 4. 서버 구성을 확인하십시오. 세션 ID 및 데이터를 출력, 세션 파일 컨텐츠보기 등을 통해 세션 관련 문제를 효과적으로 진단하고 해결할 수 있습니다.

Session_Start ()로 여러 통화를하면 경고 메시지와 가능한 데이터 덮어 쓰기가 발생합니다. 1) PHP는 세션이 시작되었다는 경고를 발행합니다. 2) 세션 데이터의 예상치 못한 덮어 쓰기를 유발할 수 있습니다. 3) Session_status ()를 사용하여 반복 통화를 피하기 위해 세션 상태를 확인하십시오.

SESSION.GC_MAXLIFETIME 및 SESSION.COOKIE_LIFETIME을 설정하여 PHP에서 세션 수명을 구성 할 수 있습니다. 1) SESSION.GC_MAXLIFETIME 서버 측 세션 데이터의 생존 시간을 제어합니다. 2) 세션 .Cookie_Lifetime 클라이언트 쿠키의 수명주기를 제어합니다. 0으로 설정하면 브라우저가 닫히면 쿠키가 만료됩니다.


핫 AI 도구

Undresser.AI Undress
사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover
사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool
무료로 이미지를 벗다

Clothoff.io
AI 옷 제거제

Video Face Swap
완전히 무료인 AI 얼굴 교환 도구를 사용하여 모든 비디오의 얼굴을 쉽게 바꾸세요!

인기 기사

뜨거운 도구

MinGW - Windows용 미니멀리스트 GNU
이 프로젝트는 osdn.net/projects/mingw로 마이그레이션되는 중입니다. 계속해서 그곳에서 우리를 팔로우할 수 있습니다. MinGW: GCC(GNU Compiler Collection)의 기본 Windows 포트로, 기본 Windows 애플리케이션을 구축하기 위한 무료 배포 가능 가져오기 라이브러리 및 헤더 파일로 C99 기능을 지원하는 MSVC 런타임에 대한 확장이 포함되어 있습니다. 모든 MinGW 소프트웨어는 64비트 Windows 플랫폼에서 실행될 수 있습니다.

Atom Editor Mac 버전 다운로드
가장 인기 있는 오픈 소스 편집기

VSCode Windows 64비트 다운로드
Microsoft에서 출시한 강력한 무료 IDE 편집기

SublimeText3 Linux 새 버전
SublimeText3 Linux 최신 버전

DVWA
DVWA(Damn Vulnerable Web App)는 매우 취약한 PHP/MySQL 웹 애플리케이션입니다. 주요 목표는 보안 전문가가 법적 환경에서 자신의 기술과 도구를 테스트하고, 웹 개발자가 웹 응용 프로그램 보안 프로세스를 더 잘 이해할 수 있도록 돕고, 교사/학생이 교실 환경 웹 응용 프로그램에서 가르치고 배울 수 있도록 돕는 것입니다. 보안. DVWA의 목표는 다양한 난이도의 간단하고 간단한 인터페이스를 통해 가장 일반적인 웹 취약점 중 일부를 연습하는 것입니다. 이 소프트웨어는
