SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReqParamsIfUnmodifiedSince Property

Contains the If-Unmodified-Since request header property.

Object Oriented Interface

public function getReqParamsIfUnmodifiedSince();
public function setReqParamsIfUnmodifiedSince($value);

Procedural Interface

secureblackbox_httpclient_get($res, 93 );
secureblackbox_httpclient_set($res, 93, $value );

Default Value

''

Remarks

Contains the If-Unmodified-Since request header field. This property makes the requested method conditional: when If-Unmodified-Since field is set, only the unmodified entities will be returned by the server.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]