Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #18940

Re: parse-ini-file: INI_SCANNER_RAW scanner mode

From "J.O. Aho" <user@example.net>
Newsgroups comp.lang.php
Subject Re: parse-ini-file: INI_SCANNER_RAW scanner mode
Date 2022-05-20 10:23 +0200
Message-ID <jep1g7Fop7hU1@mid.individual.net> (permalink)
References <t67fk9$1rs6$1@gioia.aioe.org>

Show all headers | View raw


On 20/05/2022 09.22, Fx ROOM wrote:
> https://www.php.net/manual/en/function.parse-ini-file.php
> "If INI_SCANNER_RAW is supplied, then option values will not be parsed."
> 
> That is?

Yes, the setting value ain't parsed,

say you have a row like:

setting_name = "Less is \"more\""

  INI_SCANNER_NORMAL -> Less is "more"

  INI_SCANNER_RAW -> Less is \"more\"


-- 

  //Aho

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

parse-ini-file: INI_SCANNER_RAW scanner mode Fx ROOM <naso@tata.new> - 2022-05-20 09:22 +0200
  Re: parse-ini-file: INI_SCANNER_RAW scanner mode "J.O. Aho" <user@example.net> - 2022-05-20 10:23 +0200
    Re: parse-ini-file: INI_SCANNER_RAW scanner mode Fx ROOM <naso@tata.new> - 2022-05-20 13:25 +0200

csiph-web